wok-next annotate xorg-presentproto/receipt @ rev 19634

Up Xorg (first chunk)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Feb 10 01:19:30 2017 +0200 (2017-02-10)
parents 6916b9200b69
children f463de72afe3
rev   line source
pascal@18124 1 # SliTaz package receipt.
pascal@18124 2
pascal@18124 3 PACKAGE="xorg-presentproto"
pascal@18124 4 VERSION="1.0"
pascal@18124 5 CATEGORY="development"
pascal@18124 6 SHORT_DESC="Present extension headers."
pascal@18124 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18124 8 LICENSE="other"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@19634 10
al@19634 11 TARBALL="presentproto-$VERSION.tar.bz2"
pascal@18124 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pascal@18124 13
pascal@18124 14 DEPENDS="xorg-util-macros pkg-config"
pascal@18124 15 BUILD_DEPENDS="xorg-util-macros"
pascal@18124 16
pascal@18124 17 # Rules to configure and make the package.
pascal@18124 18 compile_rules()
pascal@18124 19 {
al@19634 20 ./configure $CONFIGURE_ARGS && make && make install
pascal@18124 21 }
pascal@18124 22
pascal@18124 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18124 24 genpkg_rules()
pascal@18124 25 {
al@19634 26 cook_copy_files *.h *.pc
pascal@18124 27 }