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-compositeproto | |
download | xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz |
initial import
Diffstat (limited to 'xorg-compositeproto')
-rw-r--r-- | xorg-compositeproto/.footprint | 9 | ||||
-rw-r--r-- | xorg-compositeproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg-compositeproto/Pkgfile | 17 |
3 files changed, 27 insertions, 0 deletions
diff --git a/xorg-compositeproto/.footprint b/xorg-compositeproto/.footprint new file mode 100644 index 00000000..bb3fc3a2 --- /dev/null +++ b/xorg-compositeproto/.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/composite.h +-rw-r--r-- root/root usr/include/X11/extensions/compositeproto.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/compositeproto.pc diff --git a/xorg-compositeproto/.md5sum b/xorg-compositeproto/.md5sum new file mode 100644 index 00000000..d87de594 --- /dev/null +++ b/xorg-compositeproto/.md5sum @@ -0,0 +1 @@ +54f1fbd567f57093df054f8440a60a5e compositeproto-0.3.1.tar.bz2 diff --git a/xorg-compositeproto/Pkgfile b/xorg-compositeproto/Pkgfile new file mode 100644 index 00000000..387f7fa7 --- /dev/null +++ b/xorg-compositeproto/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg proto compositeproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de + +name=xorg-compositeproto +version=0.3.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/compositeproto-$version.tar.bz2) + +build() { + cd compositeproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |