wok-next view xorg-xkeyboard-config/receipt @ rev 20474

Tiny edits... (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 10 17:39:42 2018 +0200 (2018-03-10)
parents ea3c4b76ea5d
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xkeyboard-config"
4 VERSION="2.21"
5 CATEGORY="x-window"
6 SHORT_DESC="Keyboard configuration database for the X Window System"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xkeyboard-config.html"
12 TARBALL="xkeyboard-config-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/data/xkeyboard-config/$TARBALL"
15 BUILD_DEPENDS_arm="xorg-xproto xorg-libX11-dev"
16 BUILD_DEPENDS="libxslt xorg-xproto xorg-libX11-dev intltool"
17 SPLIT="xorg-xkeyboard-config-dev"
19 compile_rules() {
20 ./configure \
21 --sysconfdir=/etc \
22 --localstatedir=/var \
23 --with-xkb-base=/usr/share/X11/xkb \
24 --with-xkb-rules-symlink=xorg \
25 $CONFIGURE_ARGS &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 case $PACKAGE in
32 *-config) copy @std;;
33 *-dev) copy @dev;;
34 esac
35 }