diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 19:45:45 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 19:45:45 +0200 |
commit | 056adac08025f419f14ed8a625850f7e00446a85 (patch) | |
tree | 2ef452ea23ac9e3cbe392e0a30a601ef2abdcd16 /extra/libogg/Pkgfile | |
parent | 7387aff001124619ba311547546d43169a1e94e5 (diff) | |
download | nutyx-pakxe-056adac08025f419f14ed8a625850f7e00446a85.tar.gz nutyx-pakxe-056adac08025f419f14ed8a625850f7e00446a85.tar.bz2 nutyx-pakxe-056adac08025f419f14ed8a625850f7e00446a85.tar.xz nutyx-pakxe-056adac08025f419f14ed8a625850f7e00446a85.zip |
Ajout de libogg#1.1.3-1
Diffstat (limited to 'extra/libogg/Pkgfile')
-rwxr-xr-x | extra/libogg/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
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 +} |