mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
graphics/pho: Updated for version 0.9.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7e1a2ace6c
commit
fc467c2bde
2 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Zbigniew Baniewski, zb@ispid.com.pl
|
||||
|
||||
PRGNAM=pho
|
||||
VERSION=0.9.6
|
||||
VERSION=${VERSION:-0.9.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,9 +41,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM
|
||||
tar zxvf $CWD/${PRGNAM}-${VERSION}.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
cd $PRGNAM
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
@ -66,7 +66,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING HACKING README ChangeLog TODO \
|
||||
cp -a COPYING README ChangeLog TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pho"
|
||||
VERSION="0.9.6"
|
||||
VERSION="0.9.8"
|
||||
HOMEPAGE="http://www.shallowsky.com/software/pho/"
|
||||
DOWNLOAD="http://www.shallowsky.com/software/pho/pho-0.9.6.tar.gz"
|
||||
MD5SUM="a219de8f2da9be0f857c357ea1b9e09f"
|
||||
DOWNLOAD="http://www.shallowsky.com/software/pho/pho-0.9.8.tar.gz"
|
||||
MD5SUM="7de71d1723c5bfec0efb2d6cf79a3df5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue