diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-10-12 08:30:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-10-12 08:30:46 +0000 |
commit | b6e8c4416c1c578d099906f5570551780634b510 (patch) | |
tree | 5f75a3d5f1829bf5d06f8dbf91bec4b5e45e3f7a /sysutils | |
parent | 4a90ea6a1de04e8c79128736ca1dfed09fbbe1c6 (diff) | |
download | pkgsrc-b6e8c4416c1c578d099906f5570551780634b510.tar.gz |
Install several header files needed by the glib interface.
Bump PKGREVISION to 1.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dbus-glib/Makefile | 18 | ||||
-rw-r--r-- | sysutils/dbus-glib/PLIST | 6 |
2 files changed, 18 insertions, 6 deletions
diff --git a/sysutils/dbus-glib/Makefile b/sysutils/dbus-glib/Makefile index b0f581fa32e..c8966bb6400 100644 --- a/sysutils/dbus-glib/Makefile +++ b/sysutils/dbus-glib/Makefile @@ -1,19 +1,27 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/11 17:46:41 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/12 08:30:46 jmmv Exp $ # DBUS_INTERFACE= glib -DBUS_DIRS= glib tools +DBUS_DIRS= dbus glib tools .include "../../sysutils/dbus/Makefile.common" -# We can't install from within the 'tools' directory automatically because -# we'd get a lot of other utilities installed (overriding the ones in the -# dbus package). We install dbus-monitor by hand below. +PKGREVISION= 1 + +# We can't install from within the 'dbus' nor 'tools' directory automatically +# because we'd get a lot of other stuff installed (overriding files in the +# dbus package). INSTALL_DIRS= ${WRKSRC}/glib INSTALLATION_DIRS= bin lib/pkgconfig man/man1 +PRINT_PLIST_AWK+= /^@dirrm include\/dbus-1.0\/dbus$$/ \ + { print "@comment in dbus: " $$0; next; } + post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/include/dbus-1.0/dbus + ${INSTALL_DATA} ${WRKSRC}/dbus/dbus-glib*.h \ + ${PREFIX}/include/dbus-1.0/dbus ${INSTALL_DATA} ${WRKSRC}/dbus-glib-1.pc \ ${PREFIX}/lib/pkgconfig/dbus-glib-1.pc cd ${WRKSRC}/tools && ${LIBTOOL} --mode=install \ diff --git a/sysutils/dbus-glib/PLIST b/sysutils/dbus-glib/PLIST index c5461168fc1..66b767bb5fa 100644 --- a/sysutils/dbus-glib/PLIST +++ b/sysutils/dbus-glib/PLIST @@ -1,6 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/11 17:46:41 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/10/12 08:30:46 jmmv Exp $ bin/dbus-glib-tool bin/dbus-monitor +include/dbus-1.0/dbus/dbus-glib-error-enum.h +include/dbus-1.0/dbus/dbus-glib-lowlevel.h +include/dbus-1.0/dbus/dbus-glib.h lib/libdbus-glib-1.la lib/pkgconfig/dbus-glib-1.pc man/man1/dbus-monitor.1 +@comment in dbus: @dirrm include/dbus-1.0/dbus |