diff options
Diffstat (limited to 'xorg-xextproto-32')
-rw-r--r-- | xorg-xextproto-32/.32bit | 0 | ||||
-rw-r--r-- | xorg-xextproto-32/.footprint | 4 | ||||
-rw-r--r-- | xorg-xextproto-32/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xextproto-32/Pkgfile | 22 |
4 files changed, 27 insertions, 0 deletions
diff --git a/xorg-xextproto-32/.32bit b/xorg-xextproto-32/.32bit new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/xorg-xextproto-32/.32bit diff --git a/xorg-xextproto-32/.footprint b/xorg-xextproto-32/.footprint new file mode 100644 index 00000000..46280417 --- /dev/null +++ b/xorg-xextproto-32/.footprint @@ -0,0 +1,4 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib32/ +drwxr-xr-x root/root usr/lib32/pkgconfig/ +-rw-r--r-- root/root usr/lib32/pkgconfig/xextproto.pc diff --git a/xorg-xextproto-32/.md5sum b/xorg-xextproto-32/.md5sum new file mode 100644 index 00000000..4b94460d --- /dev/null +++ b/xorg-xextproto-32/.md5sum @@ -0,0 +1 @@ +eaac343af094e6b608cf15cfba0f77c5 xextproto-7.2.1.tar.bz2 diff --git a/xorg-xextproto-32/Pkgfile b/xorg-xextproto-32/Pkgfile new file mode 100644 index 00000000..b375654a --- /dev/null +++ b/xorg-xextproto-32/Pkgfile @@ -0,0 +1,22 @@ +# Description: xorg proto xextproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-xextproto + +name=xorg-xextproto-32 +version=7.2.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xextproto-$version.tar.bz2) + +build() { + cd xextproto-$version + + ./configure --prefix=/usr --libdir=/usr/lib32 + + make + make DESTDIR=$PKG install + + rm $PKG/usr/share/doc/xextproto/*.xml + rmdir $PKG/usr/share/{doc/xextproto,doc,} + rm -rf $PKG/usr/include +} |