diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2011-11-02 23:21:41 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2011-11-02 23:23:36 +1100 |
commit | d84ef229f7d8e32bf2ef83f97dc62c6625d97e2b (patch) | |
tree | 2e25442025a54906aa6438a43b803eec5fa5cd7d /libvisual/Pkgfile | |
parent | a7274c754d1d4c55d379f7f4a77359a547f496cb (diff) | |
download | opt-d84ef229f7d8e32bf2ef83f97dc62c6625d97e2b.tar.gz opt-d84ef229f7d8e32bf2ef83f97dc62c6625d97e2b.tar.xz |
libvisual: contrib -> opt
Diffstat (limited to 'libvisual/Pkgfile')
-rw-r--r-- | libvisual/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libvisual/Pkgfile b/libvisual/Pkgfile new file mode 100644 index 000000000..f73a30e81 --- /dev/null +++ b/libvisual/Pkgfile @@ -0,0 +1,21 @@ +# Description: An abstraction library that comes between applications and audio visualisation plugins. +# URL: http://sourceforge.net/apps/mediawiki/libvisual/ +# Maintainer: Danny Rawlins, monster dot romster at gmail dot com +# Packager: sten, nick dot steeves at shaw dot ca + +name=libvisual +version=0.4.0 +release=1 +source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.bz2) + +build() { + cd $name-$version + + ./configure \ + --prefix=/usr \ + --enable-extra-optimization + + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share +} |