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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children e7e7475e84c9
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="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 REPOLOGY="xkeyboard-config"
13 TARBALL="xkeyboard-config-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/data/xkeyboard-config/$TARBALL"
16 BUILD_DEPENDS="libxslt xorg-xorgproto xorg-libX11-dev intltool"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./configure \
21 --with-xkb-base=/usr/share/X11/xkb \
22 --with-xkb-rules-symlink=xorg \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 *-config) copy @std;;
31 *-dev) copy @dev;;
32 esac
33 }