From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- xorg-libxcomposite/.footprint | 27 +++++++++++++++++++++++++++ xorg-libxcomposite/.md5sum | 1 + xorg-libxcomposite/Pkgfile | 17 +++++++++++++++++ xorg-libxcomposite/Pkgfile.old | 18 ++++++++++++++++++ 4 files changed, 63 insertions(+) create mode 100644 xorg-libxcomposite/.footprint create mode 100644 xorg-libxcomposite/.md5sum create mode 100644 xorg-libxcomposite/Pkgfile create mode 100644 xorg-libxcomposite/Pkgfile.old (limited to 'xorg-libxcomposite') diff --git a/xorg-libxcomposite/.footprint b/xorg-libxcomposite/.footprint new file mode 100644 index 0000000..4e24ba1 --- /dev/null +++ b/xorg-libxcomposite/.footprint @@ -0,0 +1,27 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/X11/ +drwxr-xr-x root/root usr/include/X11/extensions/ +-rw-r--r-- root/root usr/include/X11/extensions/Xcomposite.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libXcomposite.a +-rwxr-xr-x root/root usr/lib/libXcomposite.la +lrwxrwxrwx root/root usr/lib/libXcomposite.so -> libXcomposite.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libXcomposite.so.1 -> libXcomposite.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libXcomposite.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xcomposite.pc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man3/ +-rw-r--r-- root/root usr/man/man3/XCompositeCreateRegionFromBorderClip.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeGetOverlayWindow.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeNameWindowPixmap.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeQueryExtension.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeQueryVersion.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeRedirectSubwindows.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeRedirectWindow.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeReleaseOverlayWindow.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeUnredirectSubwindows.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeUnredirectWindow.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeVersion.3.gz +-rw-r--r-- root/root usr/man/man3/Xcomposite.3.gz diff --git a/xorg-libxcomposite/.md5sum b/xorg-libxcomposite/.md5sum new file mode 100644 index 0000000..c9860fa --- /dev/null +++ b/xorg-libxcomposite/.md5sum @@ -0,0 +1 @@ +e38dc98509149083f6c31b49b484e63c libXcomposite-0.4.2.tar.bz2 diff --git a/xorg-libxcomposite/Pkgfile b/xorg-libxcomposite/Pkgfile new file mode 100644 index 0000000..ae4f342 --- /dev/null +++ b/xorg-libxcomposite/Pkgfile @@ -0,0 +1,17 @@ +description="X Composite extension client library" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-libx11 xorg-fixesproto xorg-libxfixes xorg-libxext xorg-compositeproto) + +name=xorg-libxcomposite +version=0.4.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-0.4.2.tar.bz2) +build () +{ + cd libXcomposite-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-libxcomposite/Pkgfile.old b/xorg-libxcomposite/Pkgfile.old new file mode 100644 index 0000000..b56a64a --- /dev/null +++ b/xorg-libxcomposite/Pkgfile.old @@ -0,0 +1,18 @@ +# Description: X Composite extension client library +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes xorg-libxext, xorg-compositeproto + +name=xorg-libxcomposite +version=0.4.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2) + +build() { + cd libXcomposite-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf