mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/giblib: Updated for version 1.2.4
This commit is contained in:
parent
e0c0ea0e65
commit
b6ad3720ab
4 changed files with 16 additions and 12 deletions
|
@ -2,6 +2,4 @@ giblib is a utility library
|
||||||
giblib incorporates doubly linked lists, string functions, and a
|
giblib incorporates doubly linked lists, string functions, and a
|
||||||
wrapper for imlib2.
|
wrapper for imlib2.
|
||||||
|
|
||||||
NOTE: giblib requires imlib2, which is available on SlackBuilds.org. giblib
|
NOTE: giblib requires imlib2, which is available on SlackBuilds.org.
|
||||||
and imlib2 are both dependencies of feh.
|
|
||||||
|
|
||||||
|
|
|
@ -2,14 +2,13 @@
|
||||||
|
|
||||||
# Slackware build script for giblib
|
# Slackware build script for giblib
|
||||||
# Written by Chess Griffin <chess at chessgriffin dot com>
|
# Written by Chess Griffin <chess at chessgriffin dot com>
|
||||||
# Modified by the SlackBuilds.org project
|
|
||||||
|
|
||||||
PRGNAM=giblib
|
PRGNAM=giblib
|
||||||
VERSION=1.2.4
|
VERSION=1.2.4
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
CWD=`pwd`
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/SBo}
|
TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
@ -26,7 +25,6 @@ cd $TMP || exit 1
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
|
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
|
||||||
cd $PRGNAM-$VERSION || exit 1
|
cd $PRGNAM-$VERSION || exit 1
|
||||||
|
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
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
|
if [ -d $PKG/usr/man ]; then
|
||||||
( cd $PKG/usr/man
|
( cd $PKG/usr/man
|
||||||
find . -type f -exec gzip -9 {} \;
|
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
|
fi
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://linuxbrit.co.uk/downloads/giblib-1.2.4.tar.gz"
|
||||||
MD5SUM="c810ef5389baf24882a1caca2954385e"
|
MD5SUM="c810ef5389baf24882a1caca2954385e"
|
||||||
MAINTAINER="Chess Griffin"
|
MAINTAINER="Chess Griffin"
|
||||||
EMAIL="chess@chessgriffin.com"
|
EMAIL="chess@chessgriffin.com"
|
||||||
APPROVED="robw810"
|
APPROVED="rworkman"
|
||||||
|
|
|
@ -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: giblib incorporates doubly linked lists, string functions, and a
|
giblib: giblib incorporates doubly linked lists, string functions, and a
|
||||||
giblib: wrapper for imlib2.
|
giblib: wrapper for imlib2.
|
||||||
|
|
Loading…
Reference in a new issue