summaryrefslogtreecommitdiffstats
path: root/extra/libcdaudio/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-25 20:18:57 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-25 20:18:57 +0200
commit59b892296db11124bd2a542becdbccc88ce370fb (patch)
tree407453073d80ecbbb0b395da0043ed47ce308cfd /extra/libcdaudio/Pkgfile
parent1654871652eb14093016a9e9ef6503e115063fff (diff)
downloadnutyx-extra-59b892296db11124bd2a542becdbccc88ce370fb.tar.gz
nutyx-extra-59b892296db11124bd2a542becdbccc88ce370fb.tar.bz2
nutyx-extra-59b892296db11124bd2a542becdbccc88ce370fb.tar.xz
nutyx-extra-59b892296db11124bd2a542becdbccc88ce370fb.zip
Ajout de libcdaudio#0.99.12-1
Diffstat (limited to 'extra/libcdaudio/Pkgfile')
-rw-r--r--extra/libcdaudio/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/libcdaudio/Pkgfile b/extra/libcdaudio/Pkgfile
new file mode 100644
index 000000000..e22bbe3cf
--- /dev/null
+++ b/extra/libcdaudio/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Librairie portable de contrôle du CD audio et de gestion des informations de CDDB
+# URL: http://libcdaudio.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: glibc
+
+name=libcdaudio
+version=0.99.12
+release=1
+source=(http://downloads.sourceforge.net/libcdaudio/$name-${version}p2.tar.gz)
+
+build() {
+cd $name-${version}p2
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+