mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/ode: Updated for version 0.11.1
This commit is contained in:
parent
2306e02d7c
commit
f907c5b647
2 changed files with 3 additions and 1 deletions
|
@ -72,4 +72,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="ode"
|
|||
VERSION="0.11.1"
|
||||
HOMEPAGE="http://www.ode.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/opende/ode-0.11.1.tar.bz2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="c5d51e4c73bff379e5ae18ac218ebba3"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Alex Word"
|
||||
EMAIL="alex_word86@yahoo.com"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue