compat-32/xorg-xorgproto-32/Pkgfile

25 lines
528 B
Plaintext
Raw Normal View History

2018-04-14 10:05:26 +02:00
# Description: xorg xorgproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-xorgproto
name=xorg-xorgproto-32
2020-04-17 15:59:31 +02:00
version=2020.1
2018-04-14 10:05:26 +02:00
release=1
source=(https://xorg.freedesktop.org/archive/individual/proto/xorgproto-$version.tar.bz2)
build() {
cd xorgproto-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--datarootdir=/usr/lib32 \
--host=i686-pc-linux-gnu
make
make DESTDIR=$PKG install
rm -r $PKG/usr/include $PKG/usr/lib32/doc
}