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

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 01 10:24:50 2018 +0200 (2018-12-01)
parents e7e7475e84c9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xkeyboard-config"
4 VERSION="2.25"
5 CATEGORY="x-window"
6 SHORT_DESC="Keyboard configuration database for the X Window System"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xkeyboard-config.html"
11 HOST_ARCH="any"
12 REPOLOGY="xkeyboard-config"
14 TARBALL="xkeyboard-config-$VERSION.tar.bz2"
15 WGET_URL="$XORG_MIRROR/data/xkeyboard-config/$TARBALL"
17 BUILD_DEPENDS="libxslt xorg-xorgproto xorg-libX11-dev intltool"
18 SPLIT="$PACKAGE-dev"
20 compile_rules() {
21 ./configure \
22 --with-xkb-base=/usr/share/X11/xkb \
23 --with-xkb-rules-symlink=xorg \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }