wok annotate xorg-fontsproto/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pankso@87 1 # SliTaz package receipt.
pankso@87 2
pankso@87 3 PACKAGE="xorg-fontsproto"
Hans-G?nter@22188 4 VERSION="2.1.3"
pankso@200 5 CATEGORY="development"
Hans-G?nter@22188 6 SHORT_DESC="Fonts extension headers."
pankso@87 7 MAINTAINER="pankso@slitaz.org"
al@14604 8 LICENSE="other"
pascal@20423 9 WEB_SITE="https://www.x.org/"
Hans-G?nter@22188 10
slaxemulator@14639 11 SOURCE="fontsproto"
slaxemulator@14639 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@14604 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
Hans-G?nter@22188 14
Hans-G?nter@22188 15 DEPENDS="pkg-config xorg-xproto"
Hans-G?nter@22188 16 BUILD_DEPENDS="xorg-util-macros"
Hans-G?nter@22188 17
pankso@16021 18 HOST_ARCH="i486 arm"
al@14604 19
pankso@87 20 # Rules to configure and make the package.
pankso@87 21 compile_rules()
pankso@87 22 {
Hans-G?nter@22188 23 ./configure \
Hans-G?nter@22188 24 --sysconfdir=/etc \
Hans-G?nter@22188 25 --localstatedir=/var \
pankso@12502 26 $CONFIGURE_ARGS &&
al@14604 27 make &&
al@14604 28 make install
pankso@87 29 }
pankso@87 30
pankso@87 31 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@87 32 genpkg_rules()
pankso@87 33 {
al@14604 34 mkdir -p $fs/usr/share/licenses
al@14604 35
Hans-G?nter@22188 36 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
Hans-G?nter@22188 37 cp -a $install/* $fs
Hans-G?nter@22188 38
al@14604 39 rm -rf $fs/usr/share/doc
pankso@87 40 }