diff options
author | tnut <tnut at nutyx dot com> | 2011-03-29 22:42:02 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-03-29 22:42:02 +0200 |
commit | 7921ed1f111bb4aa034d87ff6847b8fef9350c7a (patch) | |
tree | 3fbdaf0ed006620f35ed8e6513605ceab4b278a3 /extra/liblastfm/Pkgfile | |
parent | e38df67a2609d09b58068b28917f339e9d190c70 (diff) | |
download | nutyx-pakxe-7921ed1f111bb4aa034d87ff6847b8fef9350c7a.tar.gz nutyx-pakxe-7921ed1f111bb4aa034d87ff6847b8fef9350c7a.tar.bz2 nutyx-pakxe-7921ed1f111bb4aa034d87ff6847b8fef9350c7a.tar.xz nutyx-pakxe-7921ed1f111bb4aa034d87ff6847b8fef9350c7a.zip |
liblastfm, maj 0.4-git-1
Diffstat (limited to 'extra/liblastfm/Pkgfile')
-rwxr-xr-x | extra/liblastfm/Pkgfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/liblastfm/Pkgfile b/extra/liblastfm/Pkgfile index fdcb53ff8..a0383d4f3 100755 --- a/extra/liblastfm/Pkgfile +++ b/extra/liblastfm/Pkgfile @@ -1,17 +1,18 @@ # Description: Collection de librairies pour intégrer les services Last.fm dans votre bureau favori -# URL: http://www.audiocoding.com +# URL: http://liblastfm.sourceforge.net/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: fftw, qt, libsamplerate, ruby, openssl, curl # Run on: fftw,qt,libsamplerate,ruby name=liblastfm -version=0.3.2 +version=0.4-git release=1 -source=( http://freefr.dl.sourceforge.net/projects/$name/files/$name-$version.tar.gz) +source=( http://nutyx-meticul.eu/files/$name-HEAD-4f62822.tar.gz) build() { - cd $name-$version + cd $name-* + ./autogen.sh ./configure --prefix=/usr \ --mandir=/usr/share/man make |