summaryrefslogtreecommitdiffstats
path: root/base/libcdio/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 22:46:43 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 22:46:43 +0100
commitab28263dbdf045b83fea3d50de87f1e87e464deb (patch)
tree25c17bd500207c8ac633e589d712a89ff8702e94 /base/libcdio/Pkgfile
parent8ba3c09de8a27ae226c5e63503d5ff270156c738 (diff)
downloadnutyx-pakxe-ab28263dbdf045b83fea3d50de87f1e87e464deb.tar.gz
nutyx-pakxe-ab28263dbdf045b83fea3d50de87f1e87e464deb.tar.bz2
nutyx-pakxe-ab28263dbdf045b83fea3d50de87f1e87e464deb.tar.xz
nutyx-pakxe-ab28263dbdf045b83fea3d50de87f1e87e464deb.zip
libcdio, déplacé dans base
Diffstat (limited to 'base/libcdio/Pkgfile')
-rwxr-xr-xbase/libcdio/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/base/libcdio/Pkgfile b/base/libcdio/Pkgfile
new file mode 100755
index 000000000..0939d6d61
--- /dev/null
+++ b/base/libcdio/Pkgfile
@@ -0,0 +1,21 @@
+# 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
+}