summaryrefslogtreecommitdiffstats
path: root/libogg/Pkgfile
blob: fa2245b9ebfab19fec1004ff51838818882847cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Contient la structure Ogg port créer et lire les flux
# URL: http://xiph.org/ogg/
# Maintainer: Linux From Scratch 
# Packager: thierryn1 at hispeed dot ch

name=libogg
version=1.3.0
release=1
source=( http://downloads.xiph.org/releases/ogg/$name-$version.tar.xz)


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
}