contrib/libvisual/Pkgfile

24 lines
560 B
Plaintext
Raw Normal View History

2006-12-10 10:25:23 +01:00
# Description: An abstraction library that comes between applications and audio visualisation plugins.
# URL: http://localhost.nl/~synap/libvisual/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2006-12-10 10:25:23 +01:00
# Packager: sten, nick dot steeves at shaw dot ca
# Depends on:
2006-12-10 10:25:23 +01:00
name=libvisual
version=0.4.0
release=1
2007-04-01 09:15:10 +02:00
source=(http://dl.sourceforge.net/sourceforge/libvisual/libvisual-$version.tar.bz2)
2006-12-10 10:25:23 +01:00
build() {
2007-04-01 09:15:10 +02:00
cd libvisual-$version
2006-12-10 10:25:23 +01:00
./configure \
--prefix=/usr \
--enable-extra-optimization
2006-12-10 10:25:23 +01:00
2007-04-01 09:15:10 +02:00
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
2006-12-10 10:25:23 +01:00
}