From 3935e9ff2fa5eaa9b05f38555c7ccf9a5c4ed67e Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 6 Feb 2010 23:40:15 +0100 Subject: libogg, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/libogg/.footprint | 17 +++++++++++++++++ base/libogg/.md5sum | 1 + base/libogg/Pkgfile | 20 ++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 base/libogg/.footprint create mode 100644 base/libogg/.md5sum create mode 100755 base/libogg/Pkgfile (limited to 'base') diff --git a/base/libogg/.footprint b/base/libogg/.footprint new file mode 100644 index 000000000..d094c9af5 --- /dev/null +++ b/base/libogg/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/ogg/ +-rw-r--r-- root/root usr/include/ogg/config_types.h +-rw-r--r-- root/root usr/include/ogg/ogg.h +-rw-r--r-- root/root usr/include/ogg/os_types.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libogg.a +-rwxr-xr-x root/root usr/lib/libogg.la +lrwxrwxrwx root/root usr/lib/libogg.so -> libogg.so.0.5.3 +lrwxrwxrwx root/root usr/lib/libogg.so.0 -> libogg.so.0.5.3 +-rwxr-xr-x root/root usr/lib/libogg.so.0.5.3 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/ogg.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/ogg.m4 diff --git a/base/libogg/.md5sum b/base/libogg/.md5sum new file mode 100644 index 000000000..c46dcb1e0 --- /dev/null +++ b/base/libogg/.md5sum @@ -0,0 +1 @@ +eaf7dc6ebbff30975de7527a80831585 libogg-1.1.3.tar.gz diff --git a/base/libogg/Pkgfile b/base/libogg/Pkgfile new file mode 100755 index 000000000..b37d7f546 --- /dev/null +++ b/base/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.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 + rm -r $PKG/usr/share/doc +} -- cgit v1.2.3-70-g09d2