wok view libxkbcommon/receipt @ rev 18092

slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to matchbox-common-0.9.1.tazpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 22:35:22 2015 +0200 (2015-05-25)
parents
children 6e8b1bcb30e2
line source
1 # SliTaz package receipt.
3 PACKAGE="libxkbcommon"
4 VERSION="0.4.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Keyboard handling library using XKB data."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="custom"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://xkbcommon.org"
11 WGET_URL="http://xkbcommon.org/download/$TARBALL"
13 DEPENDS="xorg-xkeyboard-config libxcb"
14 BUILD_DEPENDS="libxcb-dev xorg-util-macros xorg-xkeyboard-config-dev bison"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --with-xkb-config-root=/usr/share/X11/xkb \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $install/usr/lib/*.so* $fs/usr/lib
30 }