wok annotate xorg-xkbcomp/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents 814c58f64f83
children 5558a074a5e4
rev   line source
pankso@451 1 # SliTaz package receipt.
pankso@451 2
pankso@451 3 PACKAGE="xorg-xkbcomp"
Hans-G?nter@22289 4 VERSION="1.4.2"
pankso@451 5 CATEGORY="x-window"
pankso@451 6 SHORT_DESC="Xorg keyboard composite."
pankso@451 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
Hans-G?nter@22289 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22289 10
pankso@452 11 SOURCE="xkbcomp"
gokhlayeh@6993 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@451 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@451 14
pascal@15579 15 DEPENDS="xorg-libxkbfile"
pascal@15579 16 BUILD_DEPENDS="xorg-libxkbfile-dev"
pascal@15579 17
Hans-G?nter@22289 18 HOST_ARCH="i486 arm"
Hans-G?nter@22289 19
pankso@451 20 # Rules to configure and make the package.
pankso@451 21 compile_rules()
pankso@451 22 {
Hans-G?nter@22289 23 ./configure \
Hans-G?nter@22289 24 --sysconfdir=/etc \
Hans-G?nter@22289 25 --localstatedir=/var \
pankso@16061 26 $CONFIGURE_ARGS &&
Hans-G?nter@22289 27 make &&
Hans-G?nter@22289 28 make install
pankso@451 29 }
pankso@451 30
pankso@451 31 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@451 32 genpkg_rules()
pankso@451 33 {
pankso@451 34 mkdir -p $fs/usr
Hans-G?nter@22289 35 cp -a $install/usr/bin $fs/usr
pankso@451 36 }