mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libgnomecups: Updated for version 0.2.3
This commit is contained in:
parent
26c9a28308
commit
b3e984f8ea
2 changed files with 3 additions and 1 deletions
|
@ -82,4 +82,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}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="libgnomecups"
|
|||
VERSION="0.2.3"
|
||||
HOMEPAGE="http://www.gnome.org"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.3.tar.bz2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="dc4920c15c9f886f73ea74fbff0ae48b"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="nobody"
|
||||
EMAIL="nobody"
|
||||
APPROVED="rworkman dsomero"
|
||||
|
|
Loading…
Reference in a new issue