wok annotate xorg-videoproto/receipt @ rev 23539

updated python-pygments (2.2.0 -> 2.6.1)
author Hans-G?nter Theisgen
date Mon Apr 06 17:01:19 2020 +0100 (2020-04-06)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pankso@87 1 # SliTaz package receipt.
pankso@87 2
pankso@87 3 PACKAGE="xorg-videoproto"
Hans-G?nter@22245 4 VERSION="2.3.3"
pankso@200 5 CATEGORY="development"
Hans-G?nter@22245 6 SHORT_DESC="Video extension headers."
pankso@87 7 MAINTAINER="pankso@slitaz.org"
al@14604 8 LICENSE="other"
Hans-G?nter@22245 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22245 10
slaxemulator@14639 11 SOURCE="videoproto"
slaxemulator@14639 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@14604 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
Hans-G?nter@22245 14
Hans-G?nter@22245 15 DEPENDS="pkg-config xorg-libX11-dev xorg-xproto"
Hans-G?nter@22245 16 BUILD_DEPENDS="xorg-util-macros"
Hans-G?nter@22245 17
pankso@15983 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@22245 23 ./configure \
Hans-G?nter@22245 24 --sysconfdir=/etc \
Hans-G?nter@22245 25 --localstatedir=/var \
al@14604 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@22245 36 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
Hans-G?nter@22245 37 cp -a $install/* $fs
Hans-G?nter@22245 38
al@14604 39 rm -rf $fs/usr/share/doc
pankso@87 40 }