mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/openmotif: Updated for version 2.3.0
This commit is contained in:
parent
abcf46cddb
commit
94ff56ac06
2 changed files with 3 additions and 1 deletions
|
@ -84,4 +84,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="openmotif"
|
|||
VERSION="2.3.0"
|
||||
HOMEPAGE="http://motifzone.net/"
|
||||
DOWNLOAD="ftp://ftp.ics.com/openmotif/2.3/2.3.0/openmotif-2.3.0.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="99d0ecb84d3504da421021a19ff70500"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Vincent Batts"
|
||||
EMAIL="vbatts@batts.mine.nu"
|
||||
APPROVED="Erik Hanson,rworkman"
|
||||
|
|
Loading…
Reference in a new issue