wok-next annotate xorg-dmxproto/receipt @ rev 19703

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents 3af9c976b7d4
children f463de72afe3
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"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@19634 10
al@19634 11 TARBALL="dmxproto-$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 {
al@19634 20 ./configure $CONFIGURE_ARGS && make && make install
pankso@12498 21 }
pankso@12498 22
pankso@12498 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12498 24 genpkg_rules()
pankso@12498 25 {
al@19634 26 cook_copy_files *.h *.pc
pankso@12498 27 }