wok annotate xorg-xkbutils/receipt @ rev 22291

updated xorg-xkbutils (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Wed Nov 13 16:11:02 2019 +0100 (2019-11-13)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pankso@3019 1 # SliTaz package receipt.
pankso@3019 2
pankso@3019 3 PACKAGE="xorg-xkbutils"
Hans-G?nter@22291 4 VERSION="1.0.4"
pankso@3019 5 CATEGORY="x-window"
pankso@3019 6 SHORT_DESC="Xorg keyboard utility."
pankso@3019 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
Hans-G?nter@22291 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22291 10
pankso@3019 11 SOURCE="xkbutils"
gokhlayeh@6993 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@3019 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@3019 14
pascal@15579 15 DEPENDS="xorg-libXaw xorg-xkeyboard-config"
Hans-G?nter@22291 16 BUILD_DEPENDS="xorg-libXaw-dev xorg-libxkbfile-dev"
pascal@15579 17
pankso@3019 18 # Rules to configure and make the package.
pankso@3019 19 compile_rules()
pankso@3019 20 {
Hans-G?nter@22291 21 ./configure \
Hans-G?nter@22291 22 --prefix=/usr \
Hans-G?nter@22291 23 --sysconfdir=/etc \
Hans-G?nter@22291 24 --mandir=/usr/share/man \
Hans-G?nter@22291 25 --localstatedir=/var \
Hans-G?nter@22291 26 $CONFIGURE_ARGS &&
Hans-G?nter@22291 27 make &&
Hans-G?nter@22291 28 make DESTDIR=$DESTDIR install
pankso@3019 29 }
pankso@3019 30
pankso@3019 31 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3019 32 genpkg_rules()
pankso@3019 33 {
pankso@3019 34 mkdir -p $fs/usr
pascal@15579 35 cp -a $install/usr/bin $fs/usr
pankso@3019 36 }