wok annotate xorg-util-macros/receipt @ rev 22495

updated aspell (0.60.6.1 -> 0.60.8)
author Hans-G?nter Theisgen
date Tue Dec 31 17:58:15 2019 +0100 (2019-12-31)
parents 814c58f64f83
children 5d79829fa876
rev   line source
gokhlayeh@6993 1 # SliTaz package receipt.
gokhlayeh@6993 2
gokhlayeh@6993 3 PACKAGE="xorg-util-macros"
Hans-G?nter@22198 4 VERSION="1.19.2"
gokhlayeh@6993 5 CATEGORY="development"
Hans-G?nter@22198 6 SHORT_DESC="A set of autoconf project macros for X.Org modules."
gokhlayeh@6993 7 MAINTAINER="gokhlayeh@slitaz.org"
al@14604 8 LICENSE="other"
Hans-G?nter@22198 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22198 10
slaxemulator@14639 11 SOURCE="util-macros"
slaxemulator@14639 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
gokhlayeh@6993 13 WGET_URL="$XORG_MIRROR/util/$TARBALL"
gokhlayeh@6993 14
pankso@15951 15 DEPENDS="m4"
al@14604 16
Hans-G?nter@22198 17 HOST_ARCH="i486 arm x86_64"
Hans-G?nter@22198 18
gokhlayeh@6993 19 # Rules to configure and make the package.
gokhlayeh@6993 20 compile_rules()
gokhlayeh@6993 21 {
Hans-G?nter@22198 22 ./configure \
Hans-G?nter@22198 23 --sysconfdir=/etc \
Hans-G?nter@22198 24 --localstatedir=/var \
pankso@12503 25 $CONFIGURE_ARGS &&
al@14604 26 make &&
al@14604 27 make install
gokhlayeh@6993 28 }
gokhlayeh@6993 29
gokhlayeh@6993 30 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6993 31 genpkg_rules()
gokhlayeh@6993 32 {
al@14604 33 mkdir -p $fs/usr/share/licenses
al@14604 34
Hans-G?nter@22198 35 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
Hans-G?nter@22198 36 cp -a $install/* $fs
gokhlayeh@6993 37 }