wok annotate libxkbcommon/receipt @ rev 22920

gtk+3 with cups disabled
author Hans-G?nter Theisgen
date Mon Feb 24 16:38:08 2020 +0100 (2020-02-24)
parents 6e8b1bcb30e2
children ede1d184d5c5
rev   line source
pankso@16193 1 # SliTaz package receipt.
pankso@16193 2
pankso@16193 3 PACKAGE="libxkbcommon"
Hans-G?nter@21344 4 VERSION="0.8.4"
pankso@16193 5 CATEGORY="x-window"
pankso@16193 6 SHORT_DESC="Keyboard handling library using XKB data."
pankso@16193 7 MAINTAINER="pankso@slitaz.org"
Hans-G?nter@21344 8 LICENSE="MIT"
Hans-G?nter@21344 9 WEB_SITE="https://xkbcommon.org"
Hans-G?nter@21344 10
pankso@16193 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@20671 12 WGET_URL="https://xkbcommon.org/download/$TARBALL"
pankso@16193 13
Hans-G?nter@21344 14 DEPENDS="libxcb xorg-xkeyboard-config"
Hans-G?nter@21344 15 BUILD_DEPENDS="bison libxcb-dev xorg-util-macros xorg-xkeyboard-config-dev"
pankso@16193 16
pankso@16193 17 # Rules to configure and make the package.
pankso@16193 18 compile_rules()
pankso@16193 19 {
Hans-G?nter@21344 20 ./configure \
Hans-G?nter@21344 21 --with-xkb-config-root=/usr/share/X11/xkb \
pankso@16193 22 $CONFIGURE_ARGS &&
Hans-G?nter@21344 23 make -j 1 &&
Hans-G?nter@21344 24 make install
pankso@16193 25 }
pankso@16193 26
pankso@16193 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@16193 28 genpkg_rules()
pankso@16193 29 {
pankso@16193 30 mkdir -p $fs/usr/lib
pankso@16193 31 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@16193 32 }