summaryrefslogtreecommitdiffstats
path: root/xorg-fixesproto
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
committerLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
commit1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch)
tree5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-fixesproto
downloadxorg-master.tar.gz
xorg-master.tar.bz2
xorg-master.tar.xz
xorg-master.zip
Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7)HEADmaster
Diffstat (limited to 'xorg-fixesproto')
-rw-r--r--xorg-fixesproto/.footprint9
-rw-r--r--xorg-fixesproto/.md5sum1
-rw-r--r--xorg-fixesproto/Pkgfile18
-rw-r--r--xorg-fixesproto/Pkgfile.old19
4 files changed, 47 insertions, 0 deletions
diff --git a/xorg-fixesproto/.footprint b/xorg-fixesproto/.footprint
new file mode 100644
index 0000000..7af11a3
--- /dev/null
+++ b/xorg-fixesproto/.footprint
@@ -0,0 +1,9 @@
+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/xfixesproto.h
+-rw-r--r-- root/root usr/include/X11/extensions/xfixeswire.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/fixesproto.pc
diff --git a/xorg-fixesproto/.md5sum b/xorg-fixesproto/.md5sum
new file mode 100644
index 0000000..83c88dd
--- /dev/null
+++ b/xorg-fixesproto/.md5sum
@@ -0,0 +1 @@
+4c1cb4f2ed9f34de59f2f04783ca9483 fixesproto-4.1.1.tar.bz2
diff --git a/xorg-fixesproto/Pkgfile b/xorg-fixesproto/Pkgfile
new file mode 100644
index 0000000..b4d6104
--- /dev/null
+++ b/xorg-fixesproto/Pkgfile
@@ -0,0 +1,18 @@
+description="xorg proto fixesproto"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=()
+
+name=xorg-fixesproto
+version=4.1.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/fixesproto-4.1.1.tar.bz2)
+build ()
+{
+ cd fixesproto-$version;
+ ./configure --prefix=/usr;
+ make;
+ make DESTDIR=$PKG install;
+ rm -rf $PKG/usr/share
+}
diff --git a/xorg-fixesproto/Pkgfile.old b/xorg-fixesproto/Pkgfile.old
new file mode 100644
index 0000000..a73feb8
--- /dev/null
+++ b/xorg-fixesproto/Pkgfile.old
@@ -0,0 +1,19 @@
+# Description: xorg proto fixesproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-fixesproto
+version=4.1.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/fixesproto-$version.tar.bz2)
+
+build() {
+ cd fixesproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -rf $PKG/usr/share
+}