opt/libvisual/Pkgfile

22 lines
553 B
Plaintext
Raw Normal View History

2011-11-02 13:21:41 +01:00
# Description: An abstraction library that comes between applications and audio visualisation plugins.
# URL: http://sourceforge.net/apps/mediawiki/libvisual/
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2011-11-02 13:21:41 +01:00
# 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
}