[Lunar-commits] <moonbase> liblastfm: Adding to moonbase, and is the correct one to use as an optional_depends
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Oct 1 19:37:30 CEST 2009
commit 2e3f18b777350ca0cbbc884abc49352ee4050c83
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Oct 1 13:37:30 2009 -0400
liblastfm: Adding to moonbase, and is the correct one to use as an optional_depends
for the current Amarok4. This does not conflict with lastfmlib.
---
audio/liblastfm/BUILD | 7 +++++++
audio/liblastfm/DEPENDS | 1 +
audio/liblastfm/DETAILS | 15 +++++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/audio/liblastfm/BUILD b/audio/liblastfm/BUILD
new file mode 100644
index 0000000..28b419d
--- /dev/null
+++ b/audio/liblastfm/BUILD
@@ -0,0 +1,7 @@
+(
+
+ . /etc/profile.d/qt4.rc &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/liblastfm/DEPENDS b/audio/liblastfm/DEPENDS
new file mode 100644
index 0000000..428f269
--- /dev/null
+++ b/audio/liblastfm/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/audio/liblastfm/DETAILS b/audio/liblastfm/DETAILS
new file mode 100644
index 0000000..12ca1eb
--- /dev/null
+++ b/audio/liblastfm/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=liblastfm
+ VERSION=0.3.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://cdn.last.fm/src/
+ WEB_SITE=http://github.com/mxcl/liblastfm/tree/master
+ SOURCE_VFY=sha1:1dabd8d67f4a36aebad29608c6f89b895472c25a
+ ENTERED=20090910
+ UPDATED=20090910
+ SHORT="integrate Last.fm services"
+
+cat << EOF
+liblastfm is a collection of libraries to help you integrate Last.fm services
+into your rich desktop software. It is officially supported software developed
+by Last.fm staff.
+EOF
More information about the Lunar-commits
mailing list