summaryrefslogtreecommitdiff
path: root/xorg-libxcomposite
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
commitfa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch)
tree1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-libxcomposite
downloadxorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz
xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz
initial import
Diffstat (limited to 'xorg-libxcomposite')
-rw-r--r--xorg-libxcomposite/.footprint13
-rw-r--r--xorg-libxcomposite/.md5sum1
-rw-r--r--xorg-libxcomposite/Pkgfile18
3 files changed, 32 insertions, 0 deletions
diff --git a/xorg-libxcomposite/.footprint b/xorg-libxcomposite/.footprint
new file mode 100644
index 00000000..1a37c8e6
--- /dev/null
+++ b/xorg-libxcomposite/.footprint
@@ -0,0 +1,13 @@
+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
diff --git a/xorg-libxcomposite/.md5sum b/xorg-libxcomposite/.md5sum
new file mode 100644
index 00000000..fc4fe45c
--- /dev/null
+++ b/xorg-libxcomposite/.md5sum
@@ -0,0 +1 @@
+135d4b02d63c59178922cea8765a24c1 libXcomposite-0.3.tar.bz2
diff --git a/xorg-libxcomposite/Pkgfile b/xorg-libxcomposite/Pkgfile
new file mode 100644
index 00000000..10acf834
--- /dev/null
+++ b/xorg-libxcomposite/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg lib libXcomposite
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes xorg-libxext, xorg-compositeproto
+
+name=xorg-libxcomposite
+version=0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2)
+
+build() {
+ cd libXcomposite-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit