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

Up nginx (1.14.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 14:40:56 2018 +0300 (2018-05-27)
parents 0e7893ac206d
children cd7906120828
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@18124 2
pascal@18124 3 PACKAGE="xorg-presentproto"
al@20443 4 VERSION="1.1"
pascal@18124 5 CATEGORY="development"
al@19805 6 SHORT_DESC="Present extension headers"
pascal@18124 7 MAINTAINER="pascal.bellard@slitaz.org"
al@19805 8 LICENSE="MIT"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7proto.html"
al@19634 11
al@19634 12 TARBALL="presentproto-$VERSION.tar.bz2"
pascal@18124 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pascal@18124 14
pascal@18124 15 BUILD_DEPENDS="xorg-util-macros"
pascal@18124 16
al@20443 17 compile_rules() {
al@20534 18 ./configure $CONFIGURE_ARGS &&
al@19805 19 make &&
al@19805 20 make install
pascal@18124 21 }
pascal@18124 22
al@20443 23 genpkg_rules() {
al@19805 24 copy @dev
al@19805 25 DEPENDS="xorg-util-macros"
pascal@18124 26 }