summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxres
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:51:43 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:51:43 +0100
commit7f9e35ec7f58b8f2019e07ff89e1c5a8b066c7aa (patch)
tree32e7f4a0bdb814b6662e8569de8eb404a5a3960f /xorg/xorg-libxres
parentf815b1a1e22591d60b29552e4371e3be9160f60b (diff)
downloadnutyx-extra-7f9e35ec7f58b8f2019e07ff89e1c5a8b066c7aa.tar.gz
nutyx-extra-7f9e35ec7f58b8f2019e07ff89e1c5a8b066c7aa.tar.bz2
nutyx-extra-7f9e35ec7f58b8f2019e07ff89e1c5a8b066c7aa.tar.xz
nutyx-extra-7f9e35ec7f58b8f2019e07ff89e1c5a8b066c7aa.zip
Ajout de xorg-libxres#1.0.3-1
Diffstat (limited to 'xorg/xorg-libxres')
-rw-r--r--xorg/xorg-libxres/.footprint21
-rw-r--r--xorg/xorg-libxres/.md5sum1
-rw-r--r--xorg/xorg-libxres/Pkgfile18
3 files changed, 40 insertions, 0 deletions
diff --git a/xorg/xorg-libxres/.footprint b/xorg/xorg-libxres/.footprint
new file mode 100644
index 000000000..32926dede
--- /dev/null
+++ b/xorg/xorg-libxres/.footprint
@@ -0,0 +1,21 @@
+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/XRes.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXRes.a
+-rwxr-xr-x root/root usr/lib/libXRes.la
+lrwxrwxrwx root/root usr/lib/libXRes.so -> libXRes.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libXRes.so.1 -> libXRes.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libXRes.so.1.0.0
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
+-rw-r--r-- root/root usr/man/man3/XRes.3.gz
+-rw-r--r-- root/root usr/man/man3/XResQueryClientPixmapBytes.3.gz
+-rw-r--r-- root/root usr/man/man3/XResQueryClientResources.3.gz
+-rw-r--r-- root/root usr/man/man3/XResQueryClients.3.gz
+-rw-r--r-- root/root usr/man/man3/XResQueryExtension.3.gz
+-rw-r--r-- root/root usr/man/man3/XResQueryVersion.3.gz
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xres.pc
diff --git a/xorg/xorg-libxres/.md5sum b/xorg/xorg-libxres/.md5sum
new file mode 100644
index 000000000..f3164b964
--- /dev/null
+++ b/xorg/xorg-libxres/.md5sum
@@ -0,0 +1 @@
+de66ffb657aba64c9d6dbdeabb757f3e libXres-1.0.3.tar.bz2
diff --git a/xorg/xorg-libxres/Pkgfile b/xorg/xorg-libxres/Pkgfile
new file mode 100644
index 000000000..4606a2311
--- /dev/null
+++ b/xorg/xorg-libxres/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X Resource extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-libxext, xorg-resourceproto
+
+name=xorg-libxres
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXres-$version.tar.bz2)
+
+build() {
+ cd libXres-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}