mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/liblo: Updated for version 0.26
This commit is contained in:
parent
94b1fb1ade
commit
bcfccff1b4
2 changed files with 3 additions and 1 deletions
|
@ -77,4 +77,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="liblo"
|
|||
VERSION="0.26"
|
||||
HOMEPAGE="http://liblo.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/liblo/liblo-0.26.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="5351de14262560e15e7f23865293b16f"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="ppr:kut"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="dsomero,rworkman"
|
||||
|
|
Loading…
Reference in a new issue