diff options
Diffstat (limited to 'xorg-xextproto-32/Pkgfile')
-rw-r--r-- | xorg-xextproto-32/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
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 +} |