import libnjb 2.2.5
Provide a user-level API (C library) for communicating with the Creative Nomad JukeBox MP3 player under Linux, *BSD and Windows, as well as simple command-line utilities to demonstrate the API functions. ok naddy@
This commit is contained in:
parent
95ca738e6d
commit
9d56e5cdb1
35
audio/libnjb/Makefile
Normal file
35
audio/libnjb/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/07 19:34:57 jasper Exp $
|
||||
|
||||
COMMENT= "communicate with some Creative and Dell audio players"
|
||||
|
||||
DISTNAME= libnjb-2.2.5
|
||||
SHARED_LIBS= njb 0.0 # .6.0
|
||||
CATEGORIES= audio devel
|
||||
|
||||
HOMEPAGE= http://libnjb.sourceforge.net/
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c curses z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnjb/}
|
||||
|
||||
LIB_DEPENDS= usb.>=8::devel/libusb
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libnjb/
|
||||
${INSTALL_DATA} ${WRKSRC}/{FAQ,HACKING,README} \
|
||||
${PREFIX}/share/doc/libnjb/
|
||||
|
||||
.include <bsd.port.mk>
|
4
audio/libnjb/distinfo
Normal file
4
audio/libnjb/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (libnjb-2.2.5.tar.gz) = f7461574b9a28ed1c79fb40d3d307d78
|
||||
RMD160 (libnjb-2.2.5.tar.gz) = a3a536e679482a665cdfd23cde73db8b32d5904f
|
||||
SHA1 (libnjb-2.2.5.tar.gz) = 818b3134116937dc5ef8f81939cf21e6a9b451b0
|
||||
SIZE (libnjb-2.2.5.tar.gz) = 495780
|
3
audio/libnjb/pkg/DESCR
Normal file
3
audio/libnjb/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Provide a user-level API (C library) for communicating with the Creative
|
||||
Nomad JukeBox MP3 player under Linux, *BSD and Windows, as well as
|
||||
simple command-line utilities to demonstrate the API functions.
|
2
audio/libnjb/pkg/PFRAG.shared
Normal file
2
audio/libnjb/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/01/07 19:34:57 jasper Exp $
|
||||
@lib lib/libnjb.so.${LIBnjb_VERSION}
|
33
audio/libnjb/pkg/PLIST
Normal file
33
audio/libnjb/pkg/PLIST
Normal file
@ -0,0 +1,33 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/07 19:34:57 jasper Exp $
|
||||
%%SHARED%%
|
||||
bin/njb-cursesplay
|
||||
bin/njb-delfile
|
||||
bin/njb-deltr
|
||||
bin/njb-dumpeax
|
||||
bin/njb-dumptime
|
||||
bin/njb-files
|
||||
bin/njb-fwupgrade
|
||||
bin/njb-getfile
|
||||
bin/njb-getowner
|
||||
bin/njb-gettr
|
||||
bin/njb-getusage
|
||||
bin/njb-handshake
|
||||
bin/njb-pl
|
||||
bin/njb-play
|
||||
bin/njb-playlists
|
||||
bin/njb-sendfile
|
||||
bin/njb-sendtr
|
||||
bin/njb-setowner
|
||||
bin/njb-setpbm
|
||||
bin/njb-settime
|
||||
bin/njb-tagtr
|
||||
bin/njb-tracks
|
||||
include/libnjb.h
|
||||
lib/libnjb.a
|
||||
lib/libnjb.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libnjb.pc
|
||||
share/doc/libnjb/
|
||||
share/doc/libnjb/FAQ
|
||||
share/doc/libnjb/HACKING
|
||||
share/doc/libnjb/README
|
Loading…
Reference in New Issue
Block a user