2012-11-21 11:12:43 -06:00
|
|
|
# Description: xorg lib libxkbfile
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2013-02-02 01:54:23 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2017-11-01 22:41:39 +11:00
|
|
|
# Depends on: xorg-libx11-32 xorg-libxkbfile
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
name=xorg-libxkbfile-32
|
2022-10-20 19:17:08 +02:00
|
|
|
version=1.1.1
|
2012-11-21 11:12:43 -06:00
|
|
|
release=1
|
2022-10-20 19:17:08 +02:00
|
|
|
source=(https://www.x.org/releases/individual/lib/libxkbfile-$version.tar.xz)
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libxkbfile-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr --libdir=/usr/lib32
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2019-03-18 23:05:37 +11:00
|
|
|
|
|
|
|
rm -r $PKG/usr/include
|
2012-11-21 11:12:43 -06:00
|
|
|
}
|