desktop/fbpanel: Updated for version 4.12

This commit is contained in:
Lehman Black 2010-05-13 00:22:37 +02:00 committed by Robby Workman
parent e32ce80439
commit 11908a9dd8
2 changed files with 3 additions and 1 deletions

View File

@ -73,4 +73,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="fbpanel"
VERSION="4.12"
HOMEPAGE="http://fbpanel.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/fbpanel/fbpanel-4.12.tgz"
DOWNLOAD_x86_64=""
MD5SUM="12528e7b2936a3548840fe01acaf39f5"
MD5SUM_x86_64=""
MAINTAINER="Lehman Black"
EMAIL="bzqwerty[at]gmail[dot]com"
APPROVED="rworkman"