summaryrefslogtreecommitdiffstats
path: root/extra/liblastfm/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-17 23:06:10 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-17 23:06:10 +0100
commit8708ce8f3c10b41dd940dea4988954f9f2e31498 (patch)
tree78eadc6dca4ee0ce4f81177ef2ab37240f239171 /extra/liblastfm/Pkgfile
parentefb117491d287965e4da40953641607cf88575e1 (diff)
downloadnutyx-extra-8708ce8f3c10b41dd940dea4988954f9f2e31498.tar.gz
nutyx-extra-8708ce8f3c10b41dd940dea4988954f9f2e31498.tar.bz2
nutyx-extra-8708ce8f3c10b41dd940dea4988954f9f2e31498.tar.xz
nutyx-extra-8708ce8f3c10b41dd940dea4988954f9f2e31498.zip
Ajout de liblastfm#0.3.0-1
Diffstat (limited to 'extra/liblastfm/Pkgfile')
-rwxr-xr-xextra/liblastfm/Pkgfile20
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
+}