summaryrefslogtreecommitdiffstats
path: root/libvisual/Pkgfile
blob: d131f06faaf366574f410eff23a6910407dfb96f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Librairie pour plugin audio visuel 
# URL: http://localhost.nl/~synap/libvisual/
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: 

name=libvisual
version=0.4.0
release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)

build() {
cd $name-$version
	./configure --prefix=/usr 
	make
	make DESTDIR=$PKG install
}