summaryrefslogtreecommitdiffstats
path: root/extra/libvorbis/Pkgfile
blob: 8025d63f85dc603615cffc1efbd2cc7ea58bc46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Permet la lecture et l'encodage de fichiers format audio
# URL: http://www.vorbis.com/
# Packager: thierryn1 at hispeed dot ch
# Depends on: libogg
# Run on:

name=libvorbis
version=1.3.1
release=1
source=( http://downloads.xiph.org/releases/vorbis/$name-$version.tar.gz)


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