diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 18:10:23 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 18:10:23 +0100 |
commit | c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10 (patch) | |
tree | fad629b738b959a8f8888f483b93fe6370fb8979 /extra/libtunepimp/Pkgfile | |
parent | 209967849aec582f383af80eb3d21c23324afdf9 (diff) | |
download | nutyx-pakxe-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.tar.gz nutyx-pakxe-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.tar.bz2 nutyx-pakxe-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.tar.xz nutyx-pakxe-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.zip |
libtunepimp dans test
Diffstat (limited to 'extra/libtunepimp/Pkgfile')
-rw-r--r-- | extra/libtunepimp/Pkgfile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/extra/libtunepimp/Pkgfile b/extra/libtunepimp/Pkgfile deleted file mode 100644 index 45ae6f651..000000000 --- a/extra/libtunepimp/Pkgfile +++ /dev/null @@ -1,29 +0,0 @@ -# Description: Librairie multimedia pour MusicBrainz -# URL: http://www.musicbrainz.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: libmusicbrainz, curl, libofa - -name=libtunepimp -version=0.5.3 -release=1 -source=(ftp://ftp.musicbrainz.org/pub/musicbrainz/$name-$version.tar.gz\ - gcc43.patch tunepimp-0.5.3-gcc44.patch m4.patch) - -build() { - cd $name-$version - sed -i -e 's,-ltermcap,-lncurses,' configure - sed -i -e 's:-lthr:-lpthread:g' lib/threads/posix/Makefile.in - - patch -Np0 -i ../gcc43.patch - patch -Np1 -i ../tunepimp-0.5.3-gcc44.patch - patch -Np0 -i ../m4.patch - - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - cd python - python setup.py install --root=$PKG - cd $PKG/usr/include - ln -s tunepimp-0.5 tunepimp -} |