wok-next annotate xorg-renderproto/receipt @ rev 20888

Check Repology info from q* to x* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 14 17:43:03 2018 +0300 (2018-07-14)
parents 757d032c55c7
children
rev   line source
al@19805 1 # SliTaz package receipt v2.
pankso@20 2
pankso@20 3 PACKAGE="xorg-renderproto"
gokhlayeh@6993 4 VERSION="0.11.1"
pankso@211 5 CATEGORY="development"
al@14604 6 SHORT_DESC="Render extension headers"
pankso@20 7 MAINTAINER="pankso@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@20888 11 REPOLOGY="renderproto"
al@19634 12
al@19634 13 TARBALL="renderproto-$VERSION.tar.bz2"
al@14604 14 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 15
gokhlayeh@6993 16 BUILD_DEPENDS="xorg-util-macros"
pankso@20 17
al@20443 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
al@19805 20 make &&
al@19805 21 make install
pankso@20 22 }
pankso@20 23
al@20443 24 genpkg_rules() {
al@19805 25 copy @dev
al@19805 26 DEPENDS="xorg-xproto"
pankso@20 27 }