libraries/giblib: Updated for version 1.2.4

This commit is contained in:
Chess Griffin 2010-05-11 19:44:58 +02:00 committed by Robby Workman
parent e0c0ea0e65
commit b6ad3720ab
4 changed files with 16 additions and 12 deletions

View file

@ -2,6 +2,4 @@ giblib is a utility library
giblib incorporates doubly linked lists, string functions, and a
wrapper for imlib2.
NOTE: giblib requires imlib2, which is available on SlackBuilds.org. giblib
and imlib2 are both dependencies of feh.
NOTE: giblib requires imlib2, which is available on SlackBuilds.org.

View file

@ -2,14 +2,13 @@
# Slackware build script for giblib
# Written by Chess Griffin <chess at chessgriffin dot com>
# Modified by the SlackBuilds.org project
PRGNAM=giblib
VERSION=1.2.4
ARCH=${ARCH:-i486}
PRGNAM=giblib
VERSION=1.2.4
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=`pwd`
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -26,7 +25,6 @@ cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
@ -45,7 +43,7 @@ make install-strip DESTDIR=$PKG || exit 1
if [ -d $PKG/usr/man ]; then
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
fi

View file

@ -5,4 +5,4 @@ DOWNLOAD="http://linuxbrit.co.uk/downloads/giblib-1.2.4.tar.gz"
MD5SUM="c810ef5389baf24882a1caca2954385e"
MAINTAINER="Chess Griffin"
EMAIL="chess@chessgriffin.com"
APPROVED="robw810"
APPROVED="rworkman"

View file

@ -1,4 +1,12 @@
giblib: giblib is a utility library
# 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 ':'.
|-----handy-ruler------------------------------------------------------|
giblib: giblib (giblib utility library)
giblib:
giblib: giblib incorporates doubly linked lists, string functions, and a
giblib: wrapper for imlib2.