development/shed: Updated for version 1.15

This commit is contained in:
David Woodfall 2010-05-13 00:25:33 +02:00 committed by Erik Hanson
parent bdfafaba45
commit a11482c6e8
4 changed files with 19 additions and 23 deletions

View file

@ -1,4 +1,4 @@
Shed is a hex editor written for unix/linux using ncurses, with a friendly
pico-style interface. Shows data in ascii, hex, dec, oct and binary,
and allows editing in all of these bases. Features also include searching
and dumping.
pico-style interface. Shows data in ascii, hex, dec, oct and binary, and
allows editing in all of these bases. Features also include searching and
dumping.

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Slackware build script for
# Slackware build script for Shed
# Copyright 2009 David Woodfall <dave@unrealize.co.uk>
# All rights reserved.
@ -36,10 +36,8 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
@ -87,14 +85,11 @@ make install DESTDIR=$PKG
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS BUGS COPYING INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cp AUTHORS BUGS COPYING INSTALL NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -3,6 +3,8 @@ VERSION="1.15"
HOMEPAGE="http://sourceforge.net/projects/shed"
DOWNLOAD="http://downloads.sourceforge.net/sourceforge/shed/shed-1.15.tar.gz"
MD5SUM="c7d7d464d6b4fa28a7980270d03e0906"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
EMAIL="dave@unrealize.co.uk"
APPROVED="dsomero"
APPROVED="Erik Hanson"

View file

@ -1,20 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
# up the first '|' above the ':' following the base package name, and the '|' on
# the right side marks the last column you can put a character in. You must make
# exactly 11 lines for the formatting to be correct. It's also customary to
# leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
shed: Shed (simple console hex editor)
shed: Shed (a simple console hex editor)
shed:
shed: Shed is a hex editor written for unix/linux using ncurses, with a
shed: friendly pico-style interface.
shed: Shows data in ascii, hex, dec, oct and binary, and allows editing
shed: in all of these bases.
shed: Shows data in ascii, hex, dec, oct and binary, and allows editing in
shed: all of these bases.
shed: Features also include searching and dumping.
shed:
shed:
shed:
shed:
shed: Homepage: http://sourceforge.net/projects/shed
shed:
shed: