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

pigz, pxe-kexec: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 20:53:07 2017 +0200 (2017-10-22)
parents f463de72afe3
children 0e7893ac206d
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 HOST_ARCH="i486 arm"
12 TARBALL="xkeyboard-config-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/data/xkeyboard-config/$TARBALL"
15 BUILD_DEPENDS="libxslt xorg-xproto xorg-libX11-dev intltool"
16 BUILD_DEPENDS_arm="xorg-xproto xorg-libX11-dev"
17 SPLIT="xorg-xkeyboard-config-dev"
18 PKG_RULE="std-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./configure \
24 --sysconfdir=/etc \
25 --localstatedir=/var \
26 --with-xkb-base=/usr/share/X11/xkb \
27 --with-xkb-rules-symlink=xorg \
28 $CONFIGURE_ARGS &&
29 make &&
30 make install
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 case $PACKAGE in
37 *-config) copy @std;;
38 *-dev) copy @dev;;
39 esac
40 }