Import dbus-sharp-glib-0.5.0 as sysutils/dbus-sharp-glib.
based on pkgsrc-wip/dbus-sharp-glib. This is a fork of ndesk-dbus-glib, which provides GLib main loop integration for Managed D-Bus.
This commit is contained in:
parent
93f43b305c
commit
d46a9e91f3
5 changed files with 47 additions and 0 deletions
2
sysutils/dbus-sharp-glib/DESCR
Normal file
2
sysutils/dbus-sharp-glib/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a fork of ndesk-dbus-glib, which provides GLib main loop integration for
|
||||
Managed D-Bus.
|
20
sysutils/dbus-sharp-glib/Makefile
Normal file
20
sysutils/dbus-sharp-glib/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/06/10 12:03:52 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dbus-sharp-glib-0.5.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/mono/dbus-sharp-glib
|
||||
COMMENT= D-Bus for .Net GLib integration module
|
||||
LICENSE= mit
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LANGUAGES= # none
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
|
||||
PKGCONFIG_OVERRIDE+= dbus-sharp-glib-1.0.pc.in
|
||||
|
||||
.include "../../sysutils/dbus-sharp/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
sysutils/dbus-sharp-glib/PLIST
Normal file
6
sysutils/dbus-sharp-glib/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/06/10 12:03:52 obache Exp $
|
||||
lib/mono/dbus-sharp-glib-1.0/dbus-sharp-glib.dll
|
||||
lib/mono/gac/dbus-sharp-glib/1.0.0.0__5675b0c3093115b5/dbus-sharp-glib.dll
|
||||
lib/mono/gac/dbus-sharp-glib/1.0.0.0__5675b0c3093115b5/dbus-sharp-glib.dll.config
|
||||
lib/mono/gac/dbus-sharp-glib/1.0.0.0__5675b0c3093115b5/dbus-sharp-glib.dll.mdb
|
||||
lib/pkgconfig/dbus-sharp-glib-1.0.pc
|
14
sysutils/dbus-sharp-glib/buildlink3.mk
Normal file
14
sysutils/dbus-sharp-glib/buildlink3.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2013/06/10 12:03:52 obache Exp $
|
||||
|
||||
BUILDLINK_TREE+= dbus-sharp-glib
|
||||
|
||||
.if !defined(DBUS_SHARP_GLIB_BUILDLINK3_MK)
|
||||
DBUS_SHARP_GLIB_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.dbus-sharp-glib+= dbus-sharp-glib>=0.5.0
|
||||
BUILDLINK_PKGSRCDIR.dbus-sharp-glib?= ../../sysutils/dbus-sharp-glib
|
||||
|
||||
.include "../../sysutils/dbus-sharp/buildlink3.mk"
|
||||
.endif # DBUS_SHARP_GLIB_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -dbus-sharp-glib
|
5
sysutils/dbus-sharp-glib/distinfo
Normal file
5
sysutils/dbus-sharp-glib/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/06/10 12:03:52 obache Exp $
|
||||
|
||||
SHA1 (dbus-sharp-glib-0.5.0.tar.gz) = bff1d3e8def9f5c7f956adffdef3a860a05e0e95
|
||||
RMD160 (dbus-sharp-glib-0.5.0.tar.gz) = 2530c5bd678d06e3f93500055b57ca706940b6ac
|
||||
Size (dbus-sharp-glib-0.5.0.tar.gz) = 95405 bytes
|
Loading…
Reference in a new issue