wok-next annotate xorg-xkeyboard-config/receipt @ rev 19810

Up atm-tools, audiofile, audit, avfs, c_icap, xz.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 19 14:10:52 2017 +0300 (2017-07-19)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
pankso@451 2
pankso@451 3 PACKAGE="xorg-xkeyboard-config"
al@19805 4 VERSION="2.21"
pankso@451 5 CATEGORY="x-window"
al@19653 6 SHORT_DESC="Keyboard configuration database for the X Window System"
pankso@451 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19653 9 WEB_SITE="https://www.x.org/wiki/"
pankso@16064 10 HOST_ARCH="i486 arm"
pankso@451 11
al@19653 12 TARBALL="xkeyboard-config-$VERSION.tar.bz2"
al@19653 13 WGET_URL="$XORG_MIRROR/data/xkeyboard-config/$TARBALL"
al@19653 14
al@19653 15 BUILD_DEPENDS="libxslt xorg-xproto xorg-libX11-dev intltool"
al@19805 16 BUILD_DEPENDS_arm="xorg-xproto xorg-libX11-dev"
al@19805 17 SPLIT="xorg-xkeyboard-config-dev"
al@19805 18 PKG_RULE="std-dev"
pankso@16064 19
pankso@451 20 # Rules to configure and make the package.
pankso@451 21 compile_rules()
pankso@451 22 {
pankso@16064 23 ./configure \
pankso@16064 24 --sysconfdir=/etc \
pankso@16064 25 --localstatedir=/var \
pankso@16064 26 --with-xkb-base=/usr/share/X11/xkb \
pankso@16064 27 --with-xkb-rules-symlink=xorg \
pankso@16064 28 $CONFIGURE_ARGS &&
al@19805 29 make &&
al@19805 30 make install
pankso@451 31 }
pankso@451 32
pankso@451 33 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@451 34 genpkg_rules()
pankso@451 35 {
al@19805 36 case $PACKAGE in
al@19805 37 *-config) copy @std;;
al@19805 38 *-dev) copy @dev;;
al@19805 39 esac
pankso@451 40 }