mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/gtkhtml: Updated for version 3.18.3
This commit is contained in:
parent
b4f210f209
commit
661938f371
2 changed files with 3 additions and 1 deletions
|
@ -99,4 +99,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="gtkhtml"
|
|||
VERSION="3.18.3"
|
||||
HOMEPAGE="http://www.gnome.org/"
|
||||
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gtkhtml/3.18/gtkhtml-3.18.3.tar.bz2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="4dae02a10f05fbca1cfd3bb5336f9273"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Vincent Batts"
|
||||
EMAIL="vbatts@hashbangbash.com"
|
||||
APPROVED="rworkman dsomero"
|
||||
|
|
Loading…
Reference in a new issue