summaryrefslogtreecommitdiffstats
path: root/libcdio/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:45:51 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:45:51 +0200
commit6dd76c4401a7825c04e07735144776a369b00dd5 (patch)
treefe89fa650b4ccd65ff5636ba43a70de267be6782 /libcdio/Pkgfile
parentff08dbc669590c2681c5f0185427e8a4b73730b4 (diff)
downloadnutyx-pakxe-6dd76c4401a7825c04e07735144776a369b00dd5.tar.gz
nutyx-pakxe-6dd76c4401a7825c04e07735144776a369b00dd5.tar.bz2
nutyx-pakxe-6dd76c4401a7825c04e07735144776a369b00dd5.tar.xz
nutyx-pakxe-6dd76c4401a7825c04e07735144776a369b00dd5.zip
libcdio, ajout
Diffstat (limited to 'libcdio/Pkgfile')
-rwxr-xr-xlibcdio/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/libcdio/Pkgfile b/libcdio/Pkgfile
new file mode 100755
index 000000000..0939d6d61
--- /dev/null
+++ b/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
+}