libraries/libproxy: Updated for version 0.2.3

This commit is contained in:
Robby Workman 2010-05-13 00:31:39 +02:00 committed by David Somero
parent 1dc4705a19
commit b35775d8b7
2 changed files with 3 additions and 1 deletions

View file

@ -95,4 +95,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="libproxy"
VERSION="0.2.3"
HOMEPAGE="http://code.google.com/p/libproxy/"
DOWNLOAD="http://libproxy.googlecode.com/files/libproxy-0.2.3.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="86b635e1eb2d665cfbef4c6134fe6604"
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="dsomero"