diff options
author | sibel <lesibel@free.fr> | 2011-01-21 17:28:48 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-21 17:28:48 +0100 |
commit | 5901f91e89c910a978d0b7021f07863da3a8e109 (patch) | |
tree | 498233511d15247f6a8f20e9d5f7d984b2f26055 /extra/liblastfm/Pkgfile | |
parent | dce023229bba342f53f4f21e9127e7313c4e9c7f (diff) | |
download | nutyx-pakxe-5901f91e89c910a978d0b7021f07863da3a8e109.tar.gz nutyx-pakxe-5901f91e89c910a978d0b7021f07863da3a8e109.tar.bz2 nutyx-pakxe-5901f91e89c910a978d0b7021f07863da3a8e109.tar.xz nutyx-pakxe-5901f91e89c910a978d0b7021f07863da3a8e109.zip |
liblastfm, maj 0.3.2-1
Diffstat (limited to 'extra/liblastfm/Pkgfile')
-rwxr-xr-x | extra/liblastfm/Pkgfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/liblastfm/Pkgfile b/extra/liblastfm/Pkgfile index f6cf5f4d4..a5b46c433 100755 --- a/extra/liblastfm/Pkgfile +++ b/extra/liblastfm/Pkgfile @@ -2,18 +2,16 @@ # URL: http://www.audiocoding.com # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: fftw, qt, libsamplerate, ruby +# Depends on: fftw, qt, libsamplerate, ruby, openssl # Run on: fftw,qt,libsamplerate,ruby name=liblastfm -version=0.3.0 +version=0.3.2 release=1 -source=(http://cdn.last.fm/src/$name-$version.tar.bz2) - +source=( http://freefr.dl.sourceforge.net/projects/$name/files/$name-$version.tar.gz) build() { cd $name-$version - sed -i "s/require 'ftools'//g" admin/* ./configure --prefix=/usr \ --mandir=/usr/share/man make |