0.3: * autotooled * Add iconv(3) support. ifp-line can transfer file with non-ASCII filename. * Add "version" command. Show ifp-line's version. * ifp-1XX can download MP3/WMA/ASF to PC! Firmware version 3.23 and later required. 0.2.4.7: * Print "help" message before opening the iFP device and add -h/-help/--help options. 0.2.4.6: * Bug fix release. * Beta version of N10 firmware update support (not tested). * Fix bug with older versions of libusb. * Fix "ifp get" behavioir with non-existant file. 0.2.4.5: * Bug fix release. * Fix behavior of "ifp download VOICE somedir" and "ifp get VOICE". * Fix bug of "ifp put /path/to/music.mp3".
20 lines
551 B
Makefile
20 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/06/18 10:01:28 shattered Exp $
|
|
|
|
DISTNAME= ifp-line-0.3
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|