summaryrefslogtreecommitdiffstats
path: root/frei0r-plugins/Pkgfile
blob: 22ce41cc4dec631c2089a2ad4b04a1b2e6f6908f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Plugins minimaliste pour sources vidéos et filtres
# URL: http://www.piksel.org/frei0r
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gavl
# Run on: gavl

name=frei0r-plugins
version=1.3
release=1
source=(http://ftp.dyne.org/frei0r/releases/$name-$version.tar.gz)


build() {
	cd frei0r-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
}