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-recordproto | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-recordproto')
-rw-r--r-- | xorg-recordproto/.footprint | 10 | ||||
-rw-r--r-- | xorg-recordproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg-recordproto/Pkgfile | 17 | ||||
-rw-r--r-- | xorg-recordproto/Pkgfile.old | 17 |
4 files changed, 45 insertions, 0 deletions
diff --git a/xorg-recordproto/.footprint b/xorg-recordproto/.footprint new file mode 100644 index 0000000..9aab3bf --- /dev/null +++ b/xorg-recordproto/.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/recordconst.h +-rw-r--r-- root/root usr/include/X11/extensions/recordproto.h +-rw-r--r-- root/root usr/include/X11/extensions/recordstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/recordproto.pc diff --git a/xorg-recordproto/.md5sum b/xorg-recordproto/.md5sum new file mode 100644 index 0000000..8318394 --- /dev/null +++ b/xorg-recordproto/.md5sum @@ -0,0 +1 @@ +70f5998c673aa510e2acd6d8fb3799de recordproto-1.14.tar.bz2 diff --git a/xorg-recordproto/Pkgfile b/xorg-recordproto/Pkgfile new file mode 100644 index 0000000..12c9d59 --- /dev/null +++ b/xorg-recordproto/Pkgfile @@ -0,0 +1,17 @@ +description="xorg proto recordproto" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=() + +name=xorg-recordproto +version=1.14 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/recordproto-1.14.tar.bz2) +build () +{ + cd recordproto-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-recordproto/Pkgfile.old b/xorg-recordproto/Pkgfile.old new file mode 100644 index 0000000..7fb3f27 --- /dev/null +++ b/xorg-recordproto/Pkgfile.old @@ -0,0 +1,17 @@ +# Description: xorg proto recordproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-recordproto +version=1.14 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/recordproto-$version.tar.bz2) + +build() { + cd recordproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |