summaryrefslogtreecommitdiffstats
path: root/extra/liblastfm/Pkgfile
blob: a0383d4f3577033acc6ed04e7fd3472b81be7b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Collection de librairies pour intégrer les services Last.fm dans votre bureau favori
# 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.4-git
release=1
source=( http://nutyx-meticul.eu/files/$name-HEAD-4f62822.tar.gz)

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