summaryrefslogtreecommitdiff
path: root/audio/gsm
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-04-07 17:01:51 +0000
committerhubertf <hubertf>2000-04-07 17:01:51 +0000
commit8bba2d9deea3b07d8865b941db4e33abba482301 (patch)
tree93eb7dce958cde14428e9f32a76bada581d4dad8 /audio/gsm
parent0fd9f5144de3600c9c51abe25e4fd9c6cbecc2ed (diff)
downloadpkgsrc-8bba2d9deea3b07d8865b941db4e33abba482301.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/Makefile8
-rw-r--r--audio/gsm/pkg/PLIST5
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