summaryrefslogtreecommitdiffstats
path: root/extra/libogg/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:36:40 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:36:40 +0200
commitd16ab3a24ebfd890dc5f936a9d6066e2df3e7cf0 (patch)
treeb44483566633dc02edccd3fc9946ce695fe7e74c /extra/libogg/Pkgfile
parent40ba24d174e1b62924776603aa87b71bed4f8953 (diff)
downloadnutyx-extra-d16ab3a24ebfd890dc5f936a9d6066e2df3e7cf0.tar.gz
nutyx-extra-d16ab3a24ebfd890dc5f936a9d6066e2df3e7cf0.tar.bz2
nutyx-extra-d16ab3a24ebfd890dc5f936a9d6066e2df3e7cf0.tar.xz
nutyx-extra-d16ab3a24ebfd890dc5f936a9d6066e2df3e7cf0.zip
libogg dans extra
Diffstat (limited to 'extra/libogg/Pkgfile')
-rwxr-xr-xextra/libogg/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/libogg/Pkgfile b/extra/libogg/Pkgfile
new file mode 100755
index 000000000..04a3d8271
--- /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
+
+name=libogg
+version=1.2.2
+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
+}