xorg/xorg-xkbcomp/Pkgfile

19 lines
424 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg XKB keyboard description compiler
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxkbfile
2006-04-07 18:48:00 +02:00
name=xorg-xkbcomp
2021-03-17 12:08:57 +01:00
version=1.4.5
2017-05-03 17:11:11 +02:00
release=1
source=(https://www.x.org/releases/individual/app/xkbcomp-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd xkbcomp-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
2021-03-17 12:08:57 +01:00
make DESTDIR=$PKG pkgconfigdir=/usr/share/pkgconfig install
2006-04-07 18:48:00 +02:00
}