compat-32/xorg-dri2proto-32/Pkgfile

23 lines
532 B
Plaintext

# Description: X DRI2 protocol headers
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-dri2proto
name=xorg-dri2proto-32
version=2.8
release=1
source=(https://www.x.org/releases/individual/proto/dri2proto-$version.tar.bz2)
build() {
cd dri2proto-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/doc/dri2proto/dri2proto.txt
rmdir $PKG/usr/share/{doc/dri2proto,doc,}
rm -rf $PKG/usr/include
}