summaryrefslogtreecommitdiffstats
path: root/base/libdca/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:27:01 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:27:01 +0200
commit3630c98d0bc82533bc47ee1225054cc8a4020372 (patch)
treed6970b8dcfb0a3a17d2906cfc77220d76564f5d1 /base/libdca/Pkgfile
parent68f9aee59e051b0ab8ca75b246b4cc62a9ac632a (diff)
downloadnutyx-pakxe-3630c98d0bc82533bc47ee1225054cc8a4020372.tar.gz
nutyx-pakxe-3630c98d0bc82533bc47ee1225054cc8a4020372.tar.bz2
nutyx-pakxe-3630c98d0bc82533bc47ee1225054cc8a4020372.tar.xz
nutyx-pakxe-3630c98d0bc82533bc47ee1225054cc8a4020372.zip
libdca dans extra
Diffstat (limited to 'base/libdca/Pkgfile')
-rwxr-xr-xbase/libdca/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/base/libdca/Pkgfile b/base/libdca/Pkgfile
deleted file mode 100755
index 218b3c6bd..000000000
--- a/base/libdca/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Contient librairie audio
-# URL: http://xiph.org/ao/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=libdca
-version=0.0.5
-release=1
-source=( http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/doc
-}