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 /extra/libcdaudio/Pkgfile | |
parent | a31fb800fa95112bffd084f697c8bda289e9688f (diff) | |
download | nutyx-extra-c2a1e13c5b8ae4855ad7238b97be1339612fcabf.tar.gz nutyx-extra-c2a1e13c5b8ae4855ad7238b97be1339612fcabf.tar.bz2 nutyx-extra-c2a1e13c5b8ae4855ad7238b97be1339612fcabf.tar.xz nutyx-extra-c2a1e13c5b8ae4855ad7238b97be1339612fcabf.zip |
libcdaudio, maj des dépendances et déplacé dans base
Diffstat (limited to 'extra/libcdaudio/Pkgfile')
-rw-r--r-- | extra/libcdaudio/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/libcdaudio/Pkgfile b/extra/libcdaudio/Pkgfile deleted file mode 100644 index e22bbe3cf..000000000 --- a/extra/libcdaudio/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -} - |