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

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents f99935f1778a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xkeyboard-config"
4 VERSION="2.24"
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/svn/x/xkeyboard-config.html"
11 REPOLOGY="xkeyboard-config"
13 TARBALL="xkeyboard-config-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/data/xkeyboard-config/$TARBALL"
16 BUILD_DEPENDS_arm="xorg-xorgproto xorg-libX11-dev"
17 BUILD_DEPENDS="libxslt xorg-xorgproto xorg-libX11-dev intltool"
18 SPLIT="xorg-xkeyboard-config-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 }
29 genpkg_rules() {
30 case $PACKAGE in
31 *-config) copy @std;;
32 *-dev) copy @dev;;
33 esac
34 }