compat-32/xorg-recordproto-32/Pkgfile

24 lines
532 B
Plaintext

# Description: xorg proto recordproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-recordproto
name=xorg-recordproto-32
version=1.14.2
release=1
source=(https://www.x.org/releases/individual/proto/recordproto-$version.tar.bz2)
build() {
cd recordproto-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/recordproto/record.xml
find $PKG/usr/share -type d -delete
rm -r $PKG/usr/include
}