summaryrefslogtreecommitdiff
path: root/libvisual/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2011-11-02 23:21:41 +1100
committerDanny Rawlins <monster.romster@gmail.com>2011-11-02 23:23:36 +1100
commitd84ef229f7d8e32bf2ef83f97dc62c6625d97e2b (patch)
tree2e25442025a54906aa6438a43b803eec5fa5cd7d /libvisual/Pkgfile
parenta7274c754d1d4c55d379f7f4a77359a547f496cb (diff)
downloadopt-d84ef229f7d8e32bf2ef83f97dc62c6625d97e2b.tar.gz
opt-d84ef229f7d8e32bf2ef83f97dc62c6625d97e2b.tar.xz
libvisual: contrib -> opt
Diffstat (limited to 'libvisual/Pkgfile')
-rw-r--r--libvisual/Pkgfile21
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
+}

Generated by cgit