wok annotate xorg-xtrans/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-xtrans"
Hans-G?nter@22243 4 VERSION="1.4.0"
pankso@200 5 CATEGORY="development"
Hans-G?nter@22243 6 SHORT_DESC="Abstract network code for X."
pankso@20 7 MAINTAINER="pankso@slitaz.org"
al@14636 8 LICENSE="other"
Hans-G?nter@22243 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22243 10
slaxemulator@14639 11 SOURCE="xtrans"
slaxemulator@14639 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@20 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@20 14
al@14636 15 DEPENDS="xorg-xproto"
pankso@12503 16 BUILD_DEPENDS="xorg-util-macros"
pankso@12503 17
Hans-G?nter@22243 18 HOST_ARCH="i486 arm"
Hans-G?nter@22243 19
pankso@20 20 # Rules to configure and make the package.
pankso@20 21 compile_rules()
pankso@20 22 {
Hans-G?nter@22243 23 ./configure \
Hans-G?nter@22243 24 --sysconfdir=/etc \
Hans-G?nter@22243 25 --localstatedir=/var \
pankso@12503 26 $CONFIGURE_ARGS &&
al@14636 27 make &&
al@14636 28 make install
pankso@20 29 }
pankso@20 30
pankso@20 31 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 32 genpkg_rules()
pankso@20 33 {
al@14636 34 mkdir -p $fs/usr/share/licenses
al@14636 35
Hans-G?nter@22243 36 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
Hans-G?nter@22243 37 cp -a $install/* $fs
Hans-G?nter@22243 38
al@14636 39 rm -rf $fs/usr/share/doc
pankso@20 40 }