summaryrefslogtreecommitdiffstats
path: root/extra/libogg/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 23:40:15 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 23:40:15 +0100
commit3935e9ff2fa5eaa9b05f38555c7ccf9a5c4ed67e (patch)
tree8966fab8b843a92a7c50202e2384d587dff3d35c /extra/libogg/Pkgfile
parent81204ccac1faf439f5055000369c2a9d35f06f01 (diff)
downloadnutyx-extra-3935e9ff2fa5eaa9b05f38555c7ccf9a5c4ed67e.tar.gz
nutyx-extra-3935e9ff2fa5eaa9b05f38555c7ccf9a5c4ed67e.tar.bz2
nutyx-extra-3935e9ff2fa5eaa9b05f38555c7ccf9a5c4ed67e.tar.xz
nutyx-extra-3935e9ff2fa5eaa9b05f38555c7ccf9a5c4ed67e.zip
libogg, déplacé dans base
Diffstat (limited to 'extra/libogg/Pkgfile')
-rwxr-xr-xextra/libogg/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/libogg/Pkgfile b/extra/libogg/Pkgfile
deleted file mode 100755
index 51ef47a8d..000000000
--- a/extra/libogg/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-}