mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/wxGTK: Updated for version 2.8.9
This commit is contained in:
parent
8f9b7aab60
commit
fe26b8c6f9
2 changed files with 3 additions and 1 deletions
|
@ -111,4 +111,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="wxGTK"
|
|||
VERSION="2.8.9"
|
||||
HOMEPAGE="http://www.wxwidgets.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/wxwindows/wxGTK-2.8.9.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="8c845c11b02dc852471a7013eeded5ff"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Chess Griffin"
|
||||
EMAIL="chess@chessgriffin.com"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue