wok annotate xorg-presentproto/receipt @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pascal@18124 1 # SliTaz package receipt.
pascal@18124 2
pascal@18124 3 PACKAGE="xorg-presentproto"
Hans-G?nter@22240 4 VERSION="1.1"
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"
Hans-G?nter@22240 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22240 10
pascal@18124 11 SOURCE="presentproto"
pascal@18124 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
pascal@18124 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pascal@18124 14
Hans-G?nter@22240 15 DEPENDS="pkg-config xorg-util-macros"
pascal@18124 16 BUILD_DEPENDS="xorg-util-macros"
pascal@18124 17
pascal@18124 18 # Rules to configure and make the package.
pascal@18124 19 compile_rules()
pascal@18124 20 {
Hans-G?nter@22240 21 ./configure \
Hans-G?nter@22240 22 --sysconfdir=/etc \
Hans-G?nter@22240 23 --localstatedir=/var \
pascal@18124 24 $CONFIGURE_ARGS &&
pascal@18124 25 make &&
pascal@18124 26 make install
pascal@18124 27 }
pascal@18124 28
pascal@18124 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18124 30 genpkg_rules()
pascal@18124 31 {
pascal@18124 32 cp -a $install/* $fs
pascal@18124 33 rm -rf $fs/usr/share
pascal@18124 34 }