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-inputproto | |
download | xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz |
initial import
Diffstat (limited to 'xorg-inputproto')
-rw-r--r-- | xorg-inputproto/.footprint | 10 | ||||
-rw-r--r-- | xorg-inputproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg-inputproto/Pkgfile | 17 |
3 files changed, 28 insertions, 0 deletions
diff --git a/xorg-inputproto/.footprint b/xorg-inputproto/.footprint new file mode 100644 index 00000000..44845f50 --- /dev/null +++ b/xorg-inputproto/.footprint @@ -0,0 +1,10 @@ +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/XI.h +-rw-r--r-- root/root usr/include/X11/extensions/XInput.h +-rw-r--r-- root/root usr/include/X11/extensions/XIproto.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/inputproto.pc diff --git a/xorg-inputproto/.md5sum b/xorg-inputproto/.md5sum new file mode 100644 index 00000000..d8467148 --- /dev/null +++ b/xorg-inputproto/.md5sum @@ -0,0 +1 @@ +e0b7df0fc69f0712aa7f2161faa94e1d inputproto-1.3.2.tar.bz2 diff --git a/xorg-inputproto/Pkgfile b/xorg-inputproto/Pkgfile new file mode 100644 index 00000000..38b90d7b --- /dev/null +++ b/xorg-inputproto/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg proto inputproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de + +name=xorg-inputproto +version=1.3.2 +release=1 +source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/inputproto-$version.tar.bz2) + +build() { + cd inputproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |