diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-xcmiscproto | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-xcmiscproto')
-rw-r--r-- | xorg-xcmiscproto/.footprint | 9 | ||||
-rw-r--r-- | xorg-xcmiscproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xcmiscproto/Pkgfile | 17 | ||||
-rw-r--r-- | xorg-xcmiscproto/Pkgfile.old | 17 |
4 files changed, 44 insertions, 0 deletions
diff --git a/xorg-xcmiscproto/.footprint b/xorg-xcmiscproto/.footprint new file mode 100644 index 0000000..2b024d3 --- /dev/null +++ b/xorg-xcmiscproto/.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/xcmiscproto.h +-rw-r--r-- root/root usr/include/X11/extensions/xcmiscstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xcmiscproto.pc diff --git a/xorg-xcmiscproto/.md5sum b/xorg-xcmiscproto/.md5sum new file mode 100644 index 0000000..738829b --- /dev/null +++ b/xorg-xcmiscproto/.md5sum @@ -0,0 +1 @@ +7b83e4a7e9f4edc9c6cfb0500f4a7196 xcmiscproto-1.2.0.tar.bz2 diff --git a/xorg-xcmiscproto/Pkgfile b/xorg-xcmiscproto/Pkgfile new file mode 100644 index 0000000..5cba59e --- /dev/null +++ b/xorg-xcmiscproto/Pkgfile @@ -0,0 +1,17 @@ +description="xorg proto xcmiscproto" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=() + +name=xorg-xcmiscproto +version=1.2.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xcmiscproto-1.2.0.tar.bz2) +build () +{ + cd xcmiscproto-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xcmiscproto/Pkgfile.old b/xorg-xcmiscproto/Pkgfile.old new file mode 100644 index 0000000..602497e --- /dev/null +++ b/xorg-xcmiscproto/Pkgfile.old @@ -0,0 +1,17 @@ +# Description: xorg proto xcmiscproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-xcmiscproto +version=1.2.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xcmiscproto-$version.tar.bz2) + +build() { + cd xcmiscproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |