diff options
author | Niels Horn <niels.horn@slackbuilds.org> | 2011-04-03 19:47:56 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-05 21:16:48 -0500 |
commit | 08764eef2f7dac5e50e4b6740cfbced30826e2e8 (patch) | |
tree | 46aeed5c98c46e21fab82f9880f32383b3274aaa | |
parent | 510a80392c3c4ced04a828ea351b2ac11e2c2c3d (diff) | |
download | slackbuilds-08764eef2f7dac5e50e4b6740cfbced30826e2e8.tar.gz |
system/motion: Fixed download link + $PKGTYPE
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | system/motion/motion.SlackBuild | 2 | ||||
-rw-r--r-- | system/motion/motion.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/motion/motion.SlackBuild b/system/motion/motion.SlackBuild index d039cf6d30..169f935892 100644 --- a/system/motion/motion.SlackBuild +++ b/system/motion/motion.SlackBuild @@ -99,4 +99,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh 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} diff --git a/system/motion/motion.info b/system/motion/motion.info index 5da9427696..24b976aa40 100644 --- a/system/motion/motion.info +++ b/system/motion/motion.info @@ -1,7 +1,7 @@ PRGNAM="motion" VERSION="3.2.12" 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="" MD5SUM="1ba0065ed50509aaffb171594c689f46" MD5SUM_x86_64="" |