mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/gtkglext: Updated for version 1.2.0
This commit is contained in:
parent
7728555466
commit
b4f210f209
2 changed files with 3 additions and 1 deletions
|
@ -92,4 +92,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="gtkglext"
|
|||
VERSION="1.2.0"
|
||||
HOMEPAGE="http://www.k-3d.org/gtkglext/Main_Page"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gtkglext/gtkglext-1.2.0.tar.bz2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="ed7ba24ce06a8630c07f2d0ee5f04ab4"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="BP{k}"
|
||||
|
|
Loading…
Reference in a new issue