forked from ports/compat-32
21 lines
453 B
Plaintext
21 lines
453 B
Plaintext
# Description: xorg lib libxkbfile
|
|
# URL: https://xorg.freedesktop.org
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
|
# Depends on: xorg-libx11-32 xorg-libxkbfile
|
|
|
|
name=xorg-libxkbfile-32
|
|
version=1.1.2
|
|
release=1
|
|
source=(https://www.x.org/releases/individual/lib/libxkbfile-$version.tar.xz)
|
|
|
|
build() {
|
|
cd libxkbfile-$version
|
|
|
|
./configure --prefix=/usr --libdir=/usr/lib32
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -r $PKG/usr/include
|
|
}
|