wok-next annotate xorg-presentproto/receipt @ rev 19981

Add libvdpau
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 18 09:58:12 2017 +0300 (2017-10-18)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@18124 2
pascal@18124 3 PACKAGE="xorg-presentproto"
pascal@18124 4 VERSION="1.0"
pascal@18124 5 CATEGORY="development"
al@19805 6 SHORT_DESC="Present extension headers"
pascal@18124 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="presentproto-$VERSION.tar.bz2"
pascal@18124 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pascal@18124 13
pascal@18124 14 BUILD_DEPENDS="xorg-util-macros"
al@19805 15 PKG_RULE="dev"
pascal@18124 16
pascal@18124 17 # Rules to configure and make the package.
pascal@18124 18 compile_rules()
pascal@18124 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@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 {
al@19805 31 copy @dev
al@19805 32 DEPENDS="xorg-util-macros"
pascal@18124 33 }