summaryrefslogtreecommitdiffstats
path: root/extra/libvorbis/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libvorbis/Pkgfile')
-rw-r--r--extra/libvorbis/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/libvorbis/Pkgfile b/extra/libvorbis/Pkgfile
deleted file mode 100644
index 98ace31c4..000000000
--- a/extra/libvorbis/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: Permet la lecture et l'encodage de fichiers format audio
-# URL: http://www.vorbis.com/
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libogg
-# Run on: libogg
-
-name=libvorbis
-version=1.3.2
-release=1
-source=( http://downloads.xiph.org/releases/vorbis/$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
-}
-