Import libXdamage-1.0.3 from pkgsrc-wip:
This package contains the Xdamage extension.
This commit is contained in:
parent
fc12549b08
commit
b868b6c6ca
5 changed files with 62 additions and 0 deletions
1
x11/libXdamage/DESCR
Normal file
1
x11/libXdamage/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This package contains the Xdamage extension.
|
28
x11/libXdamage/Makefile
Normal file
28
x11/libXdamage/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 21:56:46 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libXdamage-1.0.3
|
||||
CATEGORIES= x11 devel
|
||||
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= joerg@NetBSD.org
|
||||
HOMEPAGE= http://xorg.freedesktop.org/
|
||||
COMMENT= Xdamage extension (Library)
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
PKGCONFIG_OVERRIDE+= xdamage.pc.in
|
||||
|
||||
.include "../../x11/damageproto/buildlink3.mk"
|
||||
.include "../../x11/fixesproto/buildlink3.mk"
|
||||
.include "../../x11/libX11/buildlink3.mk"
|
||||
.include "../../x11/libXfixes/buildlink3.mk"
|
||||
.include "../../x11/xextproto/buildlink3.mk"
|
||||
.include "../../x11/xproto/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
x11/libXdamage/PLIST
Normal file
4
x11/libXdamage/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 21:56:46 joerg Exp $
|
||||
include/X11/extensions/Xdamage.h
|
||||
lib/libXdamage.la
|
||||
lib/pkgconfig/xdamage.pc
|
24
x11/libXdamage/buildlink3.mk
Normal file
24
x11/libXdamage/buildlink3.mk
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 21:56:46 joerg Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBXDAMAGE_BUILDLINK3_MK:= ${LIBXDAMAGE_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= libXdamage
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibXdamage}
|
||||
BUILDLINK_PACKAGES+= libXdamage
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXdamage
|
||||
|
||||
.if ${LIBXDAMAGE_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.libXdamage+= libXdamage>=1.0.3
|
||||
BUILDLINK_PKGSRCDIR.libXdamage?= ../../x11/libXdamage
|
||||
.endif # LIBXDAMAGE_BUILDLINK3_MK
|
||||
|
||||
.include "../../x11/damageproto/buildlink3.mk"
|
||||
.include "../../x11/libX11/buildlink3.mk"
|
||||
.include "../../x11/libXfixes/buildlink3.mk"
|
||||
.include "../../x11/xproto/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
5
x11/libXdamage/distinfo
Normal file
5
x11/libXdamage/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/11/03 21:56:46 joerg Exp $
|
||||
|
||||
SHA1 (libXdamage-1.0.3.tar.bz2) = be9513ffe0429b2872b20eae7a8315df186a712a
|
||||
RMD160 (libXdamage-1.0.3.tar.bz2) = 70c3ea1b587634c3f2fd7a2e93099410636f6f60
|
||||
Size (libXdamage-1.0.3.tar.bz2) = 223597 bytes
|
Loading…
Reference in a new issue