diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-07 18:48:00 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-07 18:48:00 +0200 |
commit | fa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch) | |
tree | 1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-libxres | |
download | xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz |
initial import
Diffstat (limited to 'xorg-libxres')
-rw-r--r-- | xorg-libxres/.footprint | 21 | ||||
-rw-r--r-- | xorg-libxres/.md5sum | 1 | ||||
-rw-r--r-- | xorg-libxres/Pkgfile | 18 |
3 files changed, 40 insertions, 0 deletions
diff --git a/xorg-libxres/.footprint b/xorg-libxres/.footprint new file mode 100644 index 00000000..f46641cb --- /dev/null +++ b/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.3x.gz +-rw-r--r-- root/root usr/man/man3/XResQueryClientPixmapBytes.3x.gz +-rw-r--r-- root/root usr/man/man3/XResQueryClientResources.3x.gz +-rw-r--r-- root/root usr/man/man3/XResQueryClients.3x.gz +-rw-r--r-- root/root usr/man/man3/XResQueryExtension.3x.gz +-rw-r--r-- root/root usr/man/man3/XResQueryVersion.3x.gz +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xres.pc diff --git a/xorg-libxres/.md5sum b/xorg-libxres/.md5sum new file mode 100644 index 00000000..4af0b88c --- /dev/null +++ b/xorg-libxres/.md5sum @@ -0,0 +1 @@ +1de4e33d55374e7068704c58c672c0ce libXres-1.0.0.tar.bz2 diff --git a/xorg-libxres/Pkgfile b/xorg-libxres/Pkgfile new file mode 100644 index 00000000..f3eb84ca --- /dev/null +++ b/xorg-libxres/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg lib libXres +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Depends on: xorg-libx11, xorg-libxext, xorg-resourceproto + +name=xorg-libxres +version=1.0.0 +release=1 +source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/libXres-$version.tar.bz2) + +build() { + cd libXres-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |