wok annotate xorg-presentproto/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents 6916b9200b69
children 1335e1bdc222
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"
pascal@20423 9 WEB_SITE="https://www.x.org/"
pascal@18124 10 SOURCE="presentproto"
pascal@18124 11 TARBALL="$SOURCE-$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 {
pascal@18124 20 ./configure \
pascal@18124 21 --sysconfdir=/etc \
pascal@18124 22 --localstatedir=/var \
pascal@18124 23 $CONFIGURE_ARGS &&
pascal@18124 24 make &&
pascal@18124 25 make install
pascal@18124 26 }
pascal@18124 27
pascal@18124 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18124 29 genpkg_rules()
pascal@18124 30 {
pascal@18124 31 cp -a $install/* $fs
pascal@18124 32 rm -rf $fs/usr/share
pascal@18124 33 }