diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-04-07 17:01:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-04-07 17:01:51 +0000 |
commit | ce342807998f56e43d9959ff4234b78dd6789899 (patch) | |
tree | 93eb7dce958cde14428e9f32a76bada581d4dad8 /audio/gsm | |
parent | 1a402c1320fbabcb42a7f1957832f228bdfd7b07 (diff) | |
download | pkgsrc-ce342807998f56e43d9959ff4234b78dd6789899.tar.gz |
It seems the information in gsm.h is not enough to make full use of
this librarly. Install some more headers (in their own dir).
Diffstat (limited to 'audio/gsm')
-rw-r--r-- | audio/gsm/Makefile | 8 | ||||
-rw-r--r-- | audio/gsm/pkg/PLIST | 5 |
2 files changed, 11 insertions, 2 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 72f51a0d20e..380eb5c1f44 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/01/26 22:09:31 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2000/04/07 17:01:51 hubertf Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:39 max Exp # @@ -15,4 +15,10 @@ USE_LIBTOOL= yes NO_CONFIGURE= yes MAKE_ENV+= INSTALL_ROOT="${PREFIX}" ROOT="${WRKSRC}" +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/include/gsm + ${INSTALL_DATA} ${WRKSRC}/inc/private.h ${PREFIX}/include/gsm + ${INSTALL_DATA} ${WRKSRC}/inc/proto.h ${PREFIX}/include/gsm + ${INSTALL_DATA} ${WRKSRC}/inc/unproto.h ${PREFIX}/include/gsm + .include "../../mk/bsd.pkg.mk" diff --git a/audio/gsm/pkg/PLIST b/audio/gsm/pkg/PLIST index 166c21811ae..4de3c266c12 100644 --- a/audio/gsm/pkg/PLIST +++ b/audio/gsm/pkg/PLIST @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.8 2000/01/26 22:09:32 jlam Exp $ +@comment $NetBSD: PLIST,v 1.9 2000/04/07 17:01:51 hubertf Exp $ bin/tcat bin/toast bin/untoast include/gsm.h +include/gsm/private.h +include/gsm/proto.h +include/gsm/unproto.h lib/libgsm.a lib/libgsm.so.1.10 man/man1/toast.1 |