wok-next annotate xorg-dri3proto/receipt @ rev 19805

Update full xorg-* stack (add / upgrade / remove no more compiled packages with this xorg-server), normalize receipts to v2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 14 16:02:21 2017 +0300 (2017-07-14)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@18123 2
pascal@18123 3 PACKAGE="xorg-dri3proto"
pascal@18123 4 VERSION="1.0"
pascal@18123 5 CATEGORY="development"
al@19805 6 SHORT_DESC="DRI3 extension header files"
pascal@18123 7 MAINTAINER="pascal.bellard@slitaz.org"
al@19805 8 LICENSE="MIT"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@19634 10
al@19634 11 TARBALL="dri3proto-$VERSION.tar.bz2"
pascal@18123 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pascal@18123 13
pascal@18123 14 BUILD_DEPENDS="xorg-util-macros"
al@19805 15 PKG_RULE="dev"
pascal@18123 16
pascal@18123 17 # Rules to configure and make the package.
pascal@18123 18 compile_rules()
pascal@18123 19 {
al@19805 20 ./configure \
al@19805 21 --sysconfdir=/etc \
al@19805 22 --localstatedir=/var \
al@19805 23 $CONFIGURE_ARGS &&
al@19805 24 make &&
al@19805 25 make install
pascal@18123 26 }
pascal@18123 27
pascal@18123 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18123 29 genpkg_rules()
pascal@18123 30 {
al@19805 31 copy @dev
al@19805 32 DEPENDS="xorg-util-macros"
pascal@18123 33 }