add gupnp-vala-0.10.5, vala bindings for gupnp
This commit is contained in:
parent
6913729751
commit
687c306bc2
5 changed files with 64 additions and 0 deletions
5
net/gupnp-vala/DESCR
Normal file
5
net/gupnp-vala/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
GUPnP is an object-oriented open source framework for creating UPnP devices and
|
||||
control points, written in C using GObject and libsoup. The GUPnP API is
|
||||
intended to be easy to use, efficient and flexible.
|
||||
|
||||
gupnp-vala offers Vala bindings to GUPnP framework.
|
28
net/gupnp-vala/Makefile
Normal file
28
net/gupnp-vala/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1 2012/10/11 11:23:11 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gupnp-vala-0.10.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp-vala/0.10/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.gupnp.org/sources/bindings/
|
||||
COMMENT= Vala bindings for gupnp
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= pkg-config gmake
|
||||
USE_LANGUAGES= c
|
||||
|
||||
PKGCONFIG_OVERRIDE+= gupnp-vala-1.0.pc.in
|
||||
|
||||
.include "../../lang/vala018/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.gssdp+= gssdp>=0.12.2.1nb2
|
||||
.include "../../net/gssdp/buildlink3.mk"
|
||||
.include "../../net/gupnp/buildlink3.mk"
|
||||
.include "../../net/gupnp-av/buildlink3.mk"
|
||||
.include "../../net/gupnp-dlna/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
net/gupnp-vala/PLIST
Normal file
8
net/gupnp-vala/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2012/10/11 11:23:11 drochner Exp $
|
||||
lib/pkgconfig/gupnp-vala-1.0.pc
|
||||
share/vala/vapi/gupnp-1.0.deps
|
||||
share/vala/vapi/gupnp-1.0.vapi
|
||||
share/vala/vapi/gupnp-av-1.0.deps
|
||||
share/vala/vapi/gupnp-av-1.0.vapi
|
||||
share/vala/vapi/gupnp-dlna-1.0.deps
|
||||
share/vala/vapi/gupnp-dlna-1.0.vapi
|
18
net/gupnp-vala/buildlink3.mk
Normal file
18
net/gupnp-vala/buildlink3.mk
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2012/10/11 11:23:11 drochner Exp $
|
||||
|
||||
BUILDLINK_TREE+= gupnp-vala
|
||||
|
||||
.if !defined(GUPNP_VALA_BUILDLINK3_MK)
|
||||
GUPNP_VALA_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.gupnp-vala+= gupnp-vala>=0.5.3
|
||||
BUILDLINK_PKGSRCDIR.gupnp-vala?= ../../net/gupnp-vala
|
||||
|
||||
#.include "../../lang/vala018/buildlink3.mk"
|
||||
#.include "../../net/gssdp/buildlink3.mk"
|
||||
#.include "../../net/gupnp/buildlink3.mk"
|
||||
#.include "../../net/gupnp-ui/buildlink3.mk"
|
||||
#.include "../../net/gupnp-av/buildlink3.mk"
|
||||
.endif # GUPNP_VALA_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -gupnp-vala
|
5
net/gupnp-vala/distinfo
Normal file
5
net/gupnp-vala/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2012/10/11 11:23:11 drochner Exp $
|
||||
|
||||
SHA1 (gupnp-vala-0.10.5.tar.xz) = b944bf02810d456f962f16bc669a80f5ef54b386
|
||||
RMD160 (gupnp-vala-0.10.5.tar.xz) = 752988b4a7e5d9a658c400a6b413765a74c54072
|
||||
Size (gupnp-vala-0.10.5.tar.xz) = 91108 bytes
|
Loading…
Reference in a new issue