summaryrefslogtreecommitdiffstats
path: root/base/libcdio/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:26:23 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:26:23 +0200
commit157d70bb2b8a7bd523bef09b5af47fea61cefd6b (patch)
tree1b1d1a5c931bf35cd9b76bd9e312e791466688c8 /base/libcdio/Pkgfile
parentd2009549dedab94ad137d8a5f25b6e8dec5a3f8d (diff)
downloadnutyx-extra-157d70bb2b8a7bd523bef09b5af47fea61cefd6b.tar.gz
nutyx-extra-157d70bb2b8a7bd523bef09b5af47fea61cefd6b.tar.bz2
nutyx-extra-157d70bb2b8a7bd523bef09b5af47fea61cefd6b.tar.xz
nutyx-extra-157d70bb2b8a7bd523bef09b5af47fea61cefd6b.zip
libcdio dans extra
Diffstat (limited to 'base/libcdio/Pkgfile')
-rwxr-xr-xbase/libcdio/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/base/libcdio/Pkgfile b/base/libcdio/Pkgfile
deleted file mode 100755
index 0939d6d61..000000000
--- a/base/libcdio/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Librairie permetant l'acces au CD audio et images de CD audio /VCD
-# URL: http://www.gnu.org/software/libcdio/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=libcdio
-version=0.82
-release=1
-source=( http://ftp.gnu.org/gnu/$name/$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 $PKG/usr/share/info/dir
-}