wok view xorg-xextproto/receipt @ rev 22257

updated xorg-xextproto (7.2.1 -> 7.3.0)
author Hans-G?nter Theisgen
date Tue Nov 12 17:24:30 2019 +0100 (2019-11-12)
parents 814c58f64f83
children a87f0d6e3db3
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xextproto"
4 VERSION="7.3.0"
5 CATEGORY="development"
6 SHORT_DESC="XExt extension headers."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
11 SOURCE="xextproto"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
15 DEPENDS="pkg-config xorg-util-macros"
16 BUILD_DEPENDS="xorg-util-macros"
18 HOST_ARCH="i486 arm"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./configure \
24 --sysconfdir=/etc \
25 --localstatedir=/var \
26 $CONFIGURE_ARGS &&
27 make &&
28 make install
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 mkdir -p $fs/usr/share/licenses
36 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
37 cp -a $install/* $fs
39 rm -rf $fs/usr/share/doc
40 }