wok annotate xorg-dmxproto/receipt @ rev 21845

updated rox packages (2.8 -> 2.11)
author Hans-G?nter Theisgen
date Sun Sep 15 11:06:31 2019 +0100 (2019-09-15)
parents 3af9c976b7d4
children 5d79829fa876
rev   line source
pankso@12498 1 # SliTaz package receipt.
pankso@12498 2
pankso@12498 3 PACKAGE="xorg-dmxproto"
al@14604 4 VERSION="2.3.1"
pankso@12498 5 CATEGORY="development"
al@14604 6 SHORT_DESC="DMX extension headers"
pankso@12498 7 MAINTAINER="pankso@slitaz.org"
al@14604 8 LICENSE="other"
pascal@20423 9 WEB_SITE="https://www.x.org/"
slaxemulator@14639 10 SOURCE="dmxproto"
slaxemulator@14639 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@12498 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pankso@12498 13
pascal@15598 14 DEPENDS="xorg-util-macros pkg-config"
pankso@12498 15 BUILD_DEPENDS="xorg-util-macros"
pankso@12498 16
pankso@12498 17 # Rules to configure and make the package.
pankso@12498 18 compile_rules()
pankso@12498 19 {
pankso@12498 20 ./configure \
pankso@12498 21 --sysconfdir=/etc \
pankso@12498 22 --localstatedir=/var \
pankso@12498 23 $CONFIGURE_ARGS &&
al@14604 24 make &&
al@14604 25 make install
pankso@12498 26 }
pankso@12498 27
pankso@12498 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12498 29 genpkg_rules()
pankso@12498 30 {
al@14604 31 mkdir -p $fs/usr/share/licenses
al@14604 32 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
al@14604 33
pankso@12498 34 cp -a $install/* $fs
pankso@12498 35 }