diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-02 18:30:40 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-03 15:58:30 -0400 |
commit | 515f91e595c94e5cfb47900f9a42468991573410 (patch) | |
tree | e68ebed415bca0219328bdd5b9879b63ba45350f /audio | |
parent | 172b8d9f7060d6541f60a7d324901d78d16a192e (diff) | |
download | slackbuilds-515f91e595c94e5cfb47900f9a42468991573410.tar.gz |
audio/amSynth: Updated for version 1.3.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amSynth/amSynth.SlackBuild | 4 | ||||
-rw-r--r-- | audio/amSynth/amSynth.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/amSynth/amSynth.SlackBuild b/audio/amSynth/amSynth.SlackBuild index b86e03bf72..eb3071a629 100644 --- a/audio/amSynth/amSynth.SlackBuild +++ b/audio/amSynth/amSynth.SlackBuild @@ -25,7 +25,7 @@ # Modified by the SlackBuilds.org project PRGNAM=amSynth -VERSION=1.3.0 +VERSION=1.3.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,6 +67,7 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R a-s,u+rw,go+r-w . +autoreconf --force --install CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -87,6 +88,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install 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.${PKGTYPE:-tgz} diff --git a/audio/amSynth/amSynth.info b/audio/amSynth/amSynth.info index f08d729a15..63a4006d32 100644 --- a/audio/amSynth/amSynth.info +++ b/audio/amSynth/amSynth.info @@ -1,8 +1,8 @@ PRGNAM="amSynth" -VERSION="1.3.0" +VERSION="1.3.2" HOMEPAGE="http://code.google.com/p/amsynth/" -DOWNLOAD="http://amsynth.googlecode.com/files/amSynth-1.3.0.tar.gz" -MD5SUM="2ce5ee9adda16badf3f4f2792001fb4d" +DOWNLOAD="http://amsynth.googlecode.com/files/amSynth-1.3.2.tar.gz" +MD5SUM="991329e433bb8c496f9ca5158faf0bca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtkmm" |