]> git.armaanb.net Git - asd-repo.git/blob - xorg/xkeyboard-config/build
Restructure repository
[asd-repo.git] / xorg / xkeyboard-config / build
1 #!/bin/sh -e
2
3 # Swap to shell script instead of perl script
4 # for conversion of rules files. See files/xml2lst.
5 sed -i 's/perl //;s/xml2lst\.pl/xml2lst/' rules/Makefile.in
6
7 ./configure \
8     --prefix=/usr \
9     --with-xkb-rules-symlink=xfree86,xorg \
10     --enable-compat-rules \
11     --without-xsltproc \
12     --disable-nls
13
14 make
15 make DESTDIR="$1" install