mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libpseudo: Updated for version 1.1.0
This commit is contained in:
parent
b35775d8b7
commit
2e2b9dcaf4
2 changed files with 3 additions and 1 deletions
|
@ -79,4 +79,4 @@ 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}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="libpseudo"
|
|||
VERSION="1.1.0"
|
||||
HOMEPAGE="http://libpseudo.sourceforge.net/"
|
||||
DOWNLOAD="http://kent.dl.sourceforge.net/sourceforge/libpseudo/libpseudo-1.1.0.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="8a67b7b198722283449bc038b4472492"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Pierre Cazenave"
|
||||
EMAIL="pwcazenave <at> gmail {dot} com"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue