mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/motion: Fixed download link + $PKGTYPE
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
334c8132f0
commit
4948167f92
2 changed files with 2 additions and 2 deletions
|
@ -99,4 +99,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
cd $PKG
|
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}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="motion"
|
PRGNAM="motion"
|
||||||
VERSION="3.2.12"
|
VERSION="3.2.12"
|
||||||
HOMEPAGE="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
|
HOMEPAGE="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
|
||||||
DOWNLOAD="http://sourceforge.net/projects/motion/files/motion%20-%203.2/motion-3.2.12.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/motion/motion-3.2.12.tar.gz"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM="1ba0065ed50509aaffb171594c689f46"
|
MD5SUM="1ba0065ed50509aaffb171594c689f46"
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue