wok annotate xorg-xineramaproto/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 0f5446e6dc69
children 5d79829fa876
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-xineramaproto"
slaxemulator@8419 4 VERSION="1.2.1"
pankso@200 5 CATEGORY="development"
al@14604 6 SHORT_DESC="Xinerama extension headers"
pankso@20 7 MAINTAINER="pankso@slitaz.org"
al@14604 8 LICENSE="other"
pascal@20423 9 WEB_SITE="https://www.x.org/"
slaxemulator@14639 10 SOURCE="xineramaproto"
slaxemulator@14639 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@14604 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pankso@16106 13 HOST_ARCH="i486 arm"
al@14604 14
pankso@16106 15 DEPENDS="xorg-util-macros"
slaxemulator@8420 16 BUILD_DEPENDS="xorg-util-macros"
pankso@20 17
pankso@20 18 # Rules to configure and make the package.
pankso@20 19 compile_rules()
pankso@20 20 {
al@14604 21 ./configure \
al@14604 22 --sysconfdir=/etc \
al@14604 23 --localstatedir=/var \
al@14604 24 $CONFIGURE_ARGS &&
al@14604 25 make &&
al@14604 26 make install
pankso@20 27 }
pankso@20 28
pankso@20 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 30 genpkg_rules()
pankso@20 31 {
al@14604 32 mkdir -p $fs/usr/share/licenses
al@14604 33 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
al@14604 34
al@14604 35 cp -a $install/* $fs
pankso@20 36 }