wok-next annotate xorg-xcb-util-renderutil/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents cd7906120828
children d5aab818505e
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19805 2
al@19805 3 PACKAGE="xorg-xcb-util-renderutil"
al@19805 4 VERSION="0.3.9"
al@19805 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Additional extension to the XCB library"
al@19805 7 MAINTAINER="al.bobylev@gmail.com"
al@19805 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://xcb.freedesktop.org/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-renderutil.html"
al@20888 11 REPOLOGY="xcb-util-renderutil"
al@19805 12
al@19805 13 TARBALL="xcb-util-renderutil-$VERSION.tar.bz2"
al@19805 14 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
al@19805 15
al@19805 16 BUILD_DEPENDS="xorg-libxcb-dev xorg-util-macros"
al@19805 17 SPLIT="xorg-xcb-util-renderutil-dev"
al@19805 18
al@20443 19 compile_rules() {
al@20534 20 ./configure $CONFIGURE_ARGS &&
al@20443 21 fix libtool &&
al@19805 22 make &&
al@19805 23 make install
al@19805 24 }
al@19805 25
al@20443 26 genpkg_rules() {
al@19805 27 case $PACKAGE in
al@19805 28 *-renderutil)
al@19805 29 copy @std
al@19805 30 DEPENDS="xorg-libxcb"
al@19805 31 ;;
al@19805 32 *-dev)
al@19805 33 copy @dev
al@20443 34 DEPENDS="xorg-xcb-util-renderutil xorg-libxcb-dev"
al@19805 35 ;;
al@19805 36 esac
al@19805 37 }