diff options
author | sekiya <sekiya@pkgsrc.org> | 2004-05-22 05:35:10 +0000 |
---|---|---|
committer | sekiya <sekiya@pkgsrc.org> | 2004-05-22 05:35:10 +0000 |
commit | 2eea02bfed23a85425f81ae5c24b8c17a5bf48c5 (patch) | |
tree | 6de900b11636d7e434169e7a668d7f4302c6d5a5 /audio/ifp-line | |
parent | 341daa7801a21ce819a5123517f3a2d730569319 (diff) | |
download | pkgsrc-2eea02bfed23a85425f81ae5c24b8c17a5bf48c5.tar.gz |
Add ifp-line-0.2.4 -- a command-line interface to iRiver MP3 players.
Diffstat (limited to 'audio/ifp-line')
-rw-r--r-- | audio/ifp-line/DESCR | 5 | ||||
-rw-r--r-- | audio/ifp-line/Makefile | 17 | ||||
-rw-r--r-- | audio/ifp-line/PLIST | 2 | ||||
-rw-r--r-- | audio/ifp-line/distinfo | 5 | ||||
-rw-r--r-- | audio/ifp-line/patches/patch-aa | 17 |
5 files changed, 46 insertions, 0 deletions
diff --git a/audio/ifp-line/DESCR b/audio/ifp-line/DESCR new file mode 100644 index 00000000000..4dd65e77202 --- /dev/null +++ b/audio/ifp-line/DESCR @@ -0,0 +1,5 @@ +ifp-line is part of the ifp-driver project, which aims to be an open-source +driver for the iRiver iFP line of MP3 players. + +It uses the native manager firmware; it does not use nor support the optional +UMS firmware. diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile new file mode 100644 index 00000000000..631ea3367aa --- /dev/null +++ b/audio/ifp-line/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/22 05:35:11 sekiya Exp $ + +DISTNAME= ifp-line-0.2.4 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/} + +MAINTAINER= sekiya@NetBSD.org +HOMEPAGE= http://ifp-driver.sourceforge.net/ +COMMENT= Command-line interface to iRiver MP3 players + +#USE_BUILDLINK3= YES +#USE_PKGINSTALL= YES + +.include "../../mk/bsd.prefs.mk" + +.include "../../devel/libusb/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/ifp-line/PLIST b/audio/ifp-line/PLIST new file mode 100644 index 00000000000..0041b8b8488 --- /dev/null +++ b/audio/ifp-line/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/22 05:35:10 sekiya Exp $ +bin/ifp diff --git a/audio/ifp-line/distinfo b/audio/ifp-line/distinfo new file mode 100644 index 00000000000..05993b0b9e6 --- /dev/null +++ b/audio/ifp-line/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/22 05:35:10 sekiya Exp $ + +SHA1 (ifp-line-0.2.4.tar.gz) = 59757dad93662d93c14a557448c868044926fd2e +Size (ifp-line-0.2.4.tar.gz) = 20214 bytes +SHA1 (patch-aa) = c936da6026ac26cd40673f99c0cc97230ddb8b8f diff --git a/audio/ifp-line/patches/patch-aa b/audio/ifp-line/patches/patch-aa new file mode 100644 index 00000000000..6bc1eeabae4 --- /dev/null +++ b/audio/ifp-line/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/05/22 05:35:11 sekiya Exp $ + +--- Makefile.orig 2004-05-22 11:39:33.000000000 +0900 ++++ Makefile 2004-05-22 11:39:59.000000000 +0900 +@@ -1,9 +1,9 @@ + # $Id: patch-aa,v 1.1.1.1 2004/05/22 05:35:11 sekiya Exp $ + +-CFLAGS = `libusb-config --cflags` -Wall -g ++CFLAGS = `libusb-config --cflags` -Wall -O2 + LDFLAGS = `libusb-config --libs` +-PREFIX ?= /usr/local +-INSTALL ?= /usr/bin/install ++PREFIX ?= $(LOCALBASE) ++INSTALL ?= install + + OBJS = ifp.o ifp_routines.o unicodehack.o + |