system/dar: Updated for version 2.3.9

This commit is contained in:
Nishant Limbachia 2010-05-13 00:40:01 +02:00 committed by David Somero
parent 1a983f4c62
commit 61eadf181c
2 changed files with 3 additions and 1 deletions

View File

@ -103,4 +103,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="dar"
VERSION="2.3.9"
HOMEPAGE="http://dar.linux.free.fr/"
DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.3.9.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="8dcfa94b7bac139cab05291f00c74bd3"
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"
APPROVED="dsomero"