xorg/xorg-xkbcomp/Pkgfile

19 lines
390 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
2020-02-21 11:49:57 +01:00
version=1.4.3
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
make DESTDIR=$PKG install
}