mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/cdk: Updated for version 5.0_20090215
This commit is contained in:
parent
039fea0131
commit
c59517bf48
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="cdk"
|
|||
VERSION="5.0_20090215"
|
||||
HOMEPAGE="http://invisible-island.net/cdk/"
|
||||
DOWNLOAD="ftp://invisible-island.net/cdk/cdk.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="851adaa3b6c51d39fb61d8ed1714a7d3"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue