diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 20:15:49 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 20:15:49 +0100 |
commit | c2a1e13c5b8ae4855ad7238b97be1339612fcabf (patch) | |
tree | bcffaebc7a67781f95ae84de5c68819a92c23607 /base/libcdaudio/Pkgfile | |
parent | a31fb800fa95112bffd084f697c8bda289e9688f (diff) | |
download | nutyx-pakxe-c2a1e13c5b8ae4855ad7238b97be1339612fcabf.tar.gz nutyx-pakxe-c2a1e13c5b8ae4855ad7238b97be1339612fcabf.tar.bz2 nutyx-pakxe-c2a1e13c5b8ae4855ad7238b97be1339612fcabf.tar.xz nutyx-pakxe-c2a1e13c5b8ae4855ad7238b97be1339612fcabf.zip |
libcdaudio, maj des dépendances et déplacé dans base
Diffstat (limited to 'base/libcdaudio/Pkgfile')
-rw-r--r-- | base/libcdaudio/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/base/libcdaudio/Pkgfile b/base/libcdaudio/Pkgfile new file mode 100644 index 000000000..2ea6dfcda --- /dev/null +++ b/base/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: + +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 +} + |