From 056adac08025f419f14ed8a625850f7e00446a85 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 11 Aug 2009 19:45:45 +0200 Subject: Ajout de libogg#1.1.3-1 --- extra/libogg/Pkgfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 extra/libogg/Pkgfile (limited to 'extra/libogg/Pkgfile') diff --git a/extra/libogg/Pkgfile b/extra/libogg/Pkgfile new file mode 100755 index 000000000..51ef47a8d --- /dev/null +++ b/extra/libogg/Pkgfile @@ -0,0 +1,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 +# Depends on: + +name=libogg +version=1.1.3 +release=1 +source=( http://downloads.xiph.org/releases/ogg/$name-$version.tar.gz) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2