wok-next annotate xorg-setxkbmap/receipt @ rev 19965

Up frogatto, glew, gtkspell3, libsdl-gfx, libsdl-image, libsdl-mixer, libsdl-net, libsdl-pango, libsdl-ttf, osmo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 17 13:43:41 2017 +0300 (2017-10-17)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@1613 2
pascal@1613 3 PACKAGE="xorg-setxkbmap"
al@19645 4 VERSION="1.3.1"
pascal@1613 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Set the keyboard using the X Keyboard Extension"
pascal@1613 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
pankso@16082 10 HOST_ARCH="i486 arm"
pascal@1613 11
al@19645 12 TARBALL="setxkbmap-$VERSION.tar.bz2"
al@19645 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@19645 14
al@19645 15 BUILD_DEPENDS="xorg-util-macros xorg-libxkbfile-dev xorg-libX11-dev"
al@19805 16 PKG_RULE="std"
pankso@12521 17
pascal@1613 18 # Rules to configure and make the package.
pascal@1613 19 compile_rules()
pascal@1613 20 {
al@19805 21 ./configure \
al@19805 22 --sysconfdir=/etc \
al@19805 23 --localstatedir=/var \
al@19805 24 $CONFIGURE_ARGS &&
al@19805 25 make &&
al@19805 26 make install
pascal@1613 27 }
pascal@1613 28
pascal@1613 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1613 30 genpkg_rules()
pascal@1613 31 {
al@19805 32 copy @std
al@19805 33 DEPENDS="xorg-libX11 xorg-libxkbfile" # xorg-xkeyboard-config?
pascal@1613 34 }