wok-next annotate xorg-xf86rushproto/receipt @ rev 20432

Add liburcu
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 05 10:24:55 2018 +0100 (2018-02-05)
parents 3af9c976b7d4
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@14604 2
al@14604 3 PACKAGE="xorg-xf86rushproto"
al@14604 4 VERSION="1.1.2"
al@14604 5 CATEGORY="development"
al@14604 6 SHORT_DESC="XF86Rush extension headers"
al@14604 7 MAINTAINER="pankso@slitaz.org"
al@19805 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
al@19805 10
al@19805 11 TARBALL="xf86rushproto-$VERSION.tar.bz2"
al@14604 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 13
al@14604 14 BUILD_DEPENDS="xorg-util-macros"
al@19805 15 PKG_RULE="dev"
al@14604 16
al@14604 17 # Rules to configure and make the package.
al@14604 18 compile_rules()
al@14604 19 {
al@14604 20 ./configure \
al@14604 21 --sysconfdir=/etc \
al@14604 22 --localstatedir=/var \
al@14604 23 $CONFIGURE_ARGS &&
al@14604 24 make &&
al@14604 25 make install
al@14604 26 }
al@14604 27
al@14604 28 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14604 29 genpkg_rules()
al@14604 30 {
al@19805 31 copy @dev
al@14604 32 }