summaryrefslogtreecommitdiffstats
path: root/development/shed
diff options
context:
space:
mode:
author David Woodfall <dave@unrealize.co.uk>2010-05-13 00:25:33 +0200
committer Erik Hanson <erik@slackbuilds.org>2010-05-13 00:25:33 +0200
commita11482c6e87c8a689b7ce97b6ff6bc53e7fe4cae (patch)
tree8a1a077d1eb4950c182ac52aaf2c79bc10a540e2 /development/shed
parentbdfafaba4541b02c59475c562624da20f74f0696 (diff)
downloadslackbuilds-a11482c6e87c8a689b7ce97b6ff6bc53e7fe4cae.tar.gz
slackbuilds-a11482c6e87c8a689b7ce97b6ff6bc53e7fe4cae.tar.xz
development/shed: Updated for version 1.15
Diffstat (limited to 'development/shed')
-rw-r--r--development/shed/README6
-rw-r--r--development/shed/shed.SlackBuild11
-rw-r--r--development/shed/shed.info4
-rw-r--r--development/shed/slack-desc19
4 files changed, 18 insertions, 22 deletions
diff --git a/development/shed/README b/development/shed/README
index aa73829dc9..dadfeb246b 100644
--- a/development/shed/README
+++ b/development/shed/README
@@ -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.
diff --git a/development/shed/shed.SlackBuild b/development/shed/shed.SlackBuild
index fd6a617b76..ed79933eb2 100644
--- a/development/shed/shed.SlackBuild
+++ b/development/shed/shed.SlackBuild
@@ -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}
diff --git a/development/shed/shed.info b/development/shed/shed.info
index 214db01905..34ad86b4b3 100644
--- a/development/shed/shed.info
+++ b/development/shed/shed.info
@@ -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"
diff --git a/development/shed/slack-desc b/development/shed/slack-desc
index 20b23bf715..ec3b7591dc 100644
--- a/development/shed/slack-desc
+++ b/development/shed/slack-desc
@@ -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: Homepage: http://sourceforge.net/projects/shed
shed:
shed:
-
+shed:
+shed: Homepage: http://sourceforge.net/projects/shed