diff options
Diffstat (limited to 'extra/liblastfm/Pkgfile')
-rwxr-xr-x | extra/liblastfm/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/liblastfm/Pkgfile b/extra/liblastfm/Pkgfile new file mode 100755 index 000000000..c40d109b8 --- /dev/null +++ b/extra/liblastfm/Pkgfile @@ -0,0 +1,20 @@ +# Description: Collection de librairies pour intégrer les services Last.fm dans votre bureau favori +# URL: http://www.audiocoding.com +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: fftw, qt, libsamplerate + +name=liblastfm +version=0.3.0 +release=1 +source=(http://cdn.last.fm/src/$name-$version.tar.bz2) + + +build() { + cd $name-$version + sed -i "s/require 'ftools'//g" admin/* + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} |