compat-32/xorg-presentproto-32/Pkgfile

23 lines
467 B
Plaintext
Raw Normal View History

# Description: xorg proto presentproto
2017-02-15 12:28:43 +01:00
# URL: https://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-presentproto
name=xorg-presentproto-32
2017-02-15 12:28:43 +01:00
version=1.1
release=1
2017-02-15 12:28:43 +01:00
source=(https://xorg.freedesktop.org/archive/individual/proto/presentproto-$version.tar.bz2)
build() {
cd presentproto-$version
2017-02-15 12:28:43 +01:00
./configure \
--prefix=/usr \
--libdir=/usr/lib32
2017-02-15 12:28:43 +01:00
make
make DESTDIR=$PKG install
2017-02-15 12:28:43 +01:00
rm -r $PKG/usr/{include,share}
}