diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-17 18:03:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-17 18:03:55 +0000 |
commit | 20bdde31c367a16a00e5a60e2137b3ad884bfff0 (patch) | |
tree | 1c0d55fc38ec16be2826c6b8bda982fb2e756704 /x11 | |
parent | 71ef2e38bfd5ef0565e207025e9f836ef46ce2d6 (diff) | |
download | pkgsrc-20bdde31c367a16a00e5a60e2137b3ad884bfff0.tar.gz |
Import libXtst-1.0.1.
This package provides the X Tst Library from the modular X.org X11
project.
Approved during freeze by agc@ and schmonz@.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXtst/DESCR | 1 | ||||
-rw-r--r-- | x11/libXtst/Makefile | 27 | ||||
-rw-r--r-- | x11/libXtst/PLIST | 3 | ||||
-rw-r--r-- | x11/libXtst/buildlink3.mk | 39 | ||||
-rw-r--r-- | x11/libXtst/distinfo | 5 |
5 files changed, 75 insertions, 0 deletions
diff --git a/x11/libXtst/DESCR b/x11/libXtst/DESCR new file mode 100644 index 00000000000..2ad194f0f98 --- /dev/null +++ b/x11/libXtst/DESCR @@ -0,0 +1 @@ +This package provides the X Tst Library from the modular X.org X11 project. diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile new file mode 100644 index 00000000000..8b00e372c83 --- /dev/null +++ b/x11/libXtst/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $ +# + +DISTNAME= libXtst-1.0.1 +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= X Tst Library + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= xtst.pc.in + +.include "../../x11/inputproto/buildlink3.mk" +.include "../../x11/recordproto/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/libXtst/PLIST b/x11/libXtst/PLIST new file mode 100644 index 00000000000..f74e4fd6183 --- /dev/null +++ b/x11/libXtst/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $ +lib/libXtst.la +lib/pkgconfig/xtst.pc diff --git a/x11/libXtst/buildlink3.mk b/x11/libXtst/buildlink3.mk new file mode 100644 index 00000000000..966188f8476 --- /dev/null +++ b/x11/libXtst/buildlink3.mk @@ -0,0 +1,39 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $ +# XXX +# XXX This file was created automatically using createbuildlink-3.13. +# XXX After this file has been verified as correct, the comment lines +# XXX beginning with "XXX" should be removed. Please do not commit +# XXX unverified buildlink3.mk files. +# XXX +# XXX Packages that only install static libraries or headers should +# XXX include the following line: +# XXX +# XXX BUILDLINK_DEPMETHOD.libXtst?= build + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +LIBXTST_BUILDLINK3_MK:= ${LIBXTST_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= libXtst +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibXtst} +BUILDLINK_PACKAGES+= libXtst +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXtst + +.if ${LIBXTST_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.libXtst+= libXtst>=1.0.1 +BUILDLINK_PKGSRCDIR.libXtst?= ../../x11/libXtst +.endif # LIBXTST_BUILDLINK3_MK + +# XXX +# XXX Uncomment and keep only the buildlink3 lines below which are directly +# XXX needed for dependencies to compile, link, and run. If this package +# XXX provides a wrappered API or otherwise does not expose the APIs of the +# XXX buildlink3 lines below to dependencies, remove them. +# XXX +#.include "../../x11/renderproto/buildlink3.mk" +#.include "../../x11/libX11/buildlink3.mk" +#.include "../../x11/libXext/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo new file mode 100644 index 00000000000..0a8da61d7ce --- /dev/null +++ b/x11/libXtst/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $ + +SHA1 (libXtst-1.0.1.tar.bz2) = 0001bfb58eb28bdef9ab6acfa158a4bf99519ffb +RMD160 (libXtst-1.0.1.tar.bz2) = 39d0f978ddadfc0bca1f8dd26ffe5d6be6f04062 +Size (libXtst-1.0.1.tar.bz2) = 212511 bytes |