compat-32/xorg-xproto-32/Pkgfile

23 lines
460 B
Plaintext
Raw Normal View History

# Description: xorg proto xproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-xproto
name=xorg-xproto-32
2015-01-02 13:11:41 +01:00
version=7.0.27
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/xproto-$version.tar.bz2)
build() {
cd xproto-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2013-04-03 03:42:33 +02:00
rm -r \
$PKG/usr/include \
$PKG/usr/share/doc
}