mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/plib: Updated for version 1.8.5
This commit is contained in:
parent
bfbf81face
commit
5f2f8c13cd
2 changed files with 3 additions and 1 deletions
|
@ -76,4 +76,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="plib"
|
|||
VERSION="1.8.5"
|
||||
HOMEPAGE="http://plib.sourceforge.net/index.html"
|
||||
DOWNLOAD="http://plib.sourceforge.net/dist/plib-1.8.5.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="47a6fbf63668c1eed631024038b2ea90"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="x-ip"
|
||||
EMAIL="edvm@rcom.com.ar"
|
||||
APPROVED="dsomero,rworkman"
|
||||
|
|
Loading…
Reference in a new issue