libraries/liblo: Updated for version 0.26

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:31:01 +02:00 committed by David Somero
parent 94b1fb1ade
commit bcfccff1b4
2 changed files with 3 additions and 1 deletions

View file

@ -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}

View file

@ -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"