summaryrefslogtreecommitdiffstats
path: root/gavl/Pkgfile
blob: 22d681e2fcfdaf1538d652e46e02c089d221404b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Librairie pour le support multimedia
# URL: http://gmerlin.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=gavl
version=1.4.0
release=1
source=(http://downloads.sourceforge.net/gmerlin/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--enable-libpng \
		--without-doxygen \
		--with-cpuflags=no
	make
	make DESTDIR=$PKG install
}