summaryrefslogtreecommitdiffstats
path: root/extra/liblastfm/Pkgfile
blob: a5b46c43304d288165fb6c4600b9b601984f5c2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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, ruby, openssl
# Run on: fftw,qt,libsamplerate,ruby

name=liblastfm
version=0.3.2
release=1
source=( http://freefr.dl.sourceforge.net/projects/$name/files/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man
	make
	make DESTDIR=$PKG install
}