[Lunar-commits] <moonbase-other> libifp: Readding, an optional_depends for amarok.
Dennis Veatch
stumbles at lunar-linux.org
Sat Jul 14 22:29:25 CEST 2012
commit 96d3523261ea16e6dbce23566110199fe7f90586
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sat, 14 Jul 2012 13:29:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/96d3523261ea16e6dbce23566110199fe7f90586
libifp: Readding, an optional_depends for amarok.
---
audio/libifp/BUILD +11/-0
audio/libifp/DEPENDS +1/-0
audio/libifp/DETAILS +17/-0
3 files changed, 29 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/audio/libifp/BUILD
@@ -0,0 +1,11 @@
+(
+
+ cd .. &&
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+ cd $SOURCE_DIRECTORY &&
+
+ OPTS="--with-libusb=/usr --disable-examples" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/libifp/DEPENDS
@@ -0,0 +1 @@
+depends libusb-compat
--- /dev/null
+++ b/audio/libifp/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=libifp
+ VERSION=1.0.0.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=libifp-module-1.0.0.2-kernel-2.6.31.patch
+ SOURCE_URL=$SFORGE_URL/ifp-driver/
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:3bd2808f8b5fce9234764b84bc6f65d666381086
+ SOURCE2_VFY=sha1:c373091e5721c96b26cfb2c5a06df1e1db01875e
+ WEB_SITE=http://ifp-driver.sourceforge.net/
+ ENTERED=20060712
+ UPDATED=20100313
+ SHORT="a generic iFP support library"
+
+cat << EOF
+libifp is a general-purpose library-driver for iRiver's iFP
+(flash-based) portable audio players.
+EOF
More information about the Lunar-commits
mailing list