desktop/xsession: Updated for version 1.1

This commit is contained in:
Richard Ellis 2010-05-13 00:24:02 +02:00 committed by Robby Workman
parent c076b3337b
commit d410da778e
2 changed files with 3 additions and 1 deletions

View file

@ -76,4 +76,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="xsession"
VERSION="1.1"
HOMEPAGE="http://ftp.x.org/contrib/applications/xsession-1.1.README"
DOWNLOAD="http://ftp.x.org/contrib/applications/xsession-1.1.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="c2928ba29cd53f36fecd432575bd1b0d"
MD5SUM_x86_64=""
MAINTAINER="Richard Ellis"
EMAIL="rellis@dp100.com"
APPROVED="rworkman"