diff options
author | rh <rh@pkgsrc.org> | 2002-04-29 21:41:41 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-29 21:41:41 +0000 |
commit | c939b6cf01f06803cc1dfaa48cccddd142837543 (patch) | |
tree | cebc8d881e4d1c23125c322a338766357b828b75 /devel/libmpeg3 | |
parent | 91f4e0d7a4784fed39529628e8d13b83b31cccf0 (diff) | |
download | pkgsrc-c939b6cf01f06803cc1dfaa48cccddd142837543.tar.gz |
Install the provided tools as well as the library. Bump PKGREVISION.
Patch provided by Sergey Svishchev <svs@ropnet.ru>. This closes his PR
pkg/16560, thanks!
Diffstat (limited to 'devel/libmpeg3')
-rw-r--r-- | devel/libmpeg3/Makefile | 12 | ||||
-rw-r--r-- | devel/libmpeg3/PLIST | 6 |
2 files changed, 14 insertions, 4 deletions
diff --git a/devel/libmpeg3/Makefile b/devel/libmpeg3/Makefile index 3a8c88ac2b9..34812d8b501 100644 --- a/devel/libmpeg3/Makefile +++ b/devel/libmpeg3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2001/11/17 06:28:20 itohy Exp $ +# $NetBSD: Makefile,v 1.5 2002/04/29 21:41:41 rh Exp $ # DISTNAME= libmpeg3-1.3 +PKGREVISION= 1 CATEGORIES= devel audio graphics MASTER_SITES= http://heroines.sourceforge.net/ @@ -25,12 +26,17 @@ post-configure: ${ECHO} "CFLAGS+=-D_FILE_OFFSET_BITS=64" >>${WRKSRC}/global_config INSTHDRS= bitstream.h libmpeg3.h mpeg3atrack.h mpeg3css.h \ - mpeg3demux.h mpeg3io.h mpeg3private.h \ - mpeg3private.inc mpeg3title.h mpeg3vtrack.h timecode.h + mpeg3demux.h mpeg3io.h mpeg3private.h \ + mpeg3private.inc mpeg3title.h mpeg3vtrack.h timecode.h AINSTHDRS= ac3.h mpeg3audio.h VINSTHDRS= idct.h mpeg3video.h slice.h +INSTBINS= mpeg3cat mpeg3toc mpeg3split do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/work/dump ${PREFIX}/bin/mpeg3dump + for f in ${INSTBINS}; do \ + ${INSTALL_PROGRAM} ${WRKSRC}/work/$$f ${PREFIX}/bin; \ + done ${INSTALL_DATA_DIR} ${PREFIX}/include/mpeg3 for f in ${INSTHDRS}; do \ ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/include/mpeg3; \ diff --git a/devel/libmpeg3/PLIST b/devel/libmpeg3/PLIST index 23673a10a5b..6ee2a2eb4ba 100644 --- a/devel/libmpeg3/PLIST +++ b/devel/libmpeg3/PLIST @@ -1,5 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:24:37 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/04/29 21:41:41 rh Exp $ include/mpeg3/libmpeg3.h +bin/mpeg3dump +bin/mpeg3cat +bin/mpeg3toc +bin/mpeg3split include/mpeg3/bitstream.h include/mpeg3/mpeg3atrack.h include/mpeg3/mpeg3css.h |