1
0
forked from ports/contrib

22 lines
556 B
Plaintext
Raw Normal View History

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