wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86rushproto"
4 VERSION="1.1.2"
5 CATEGORY="development"
6 SHORT_DESC="XF86Rush extension headers"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xf86rushproto-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros"
15 PKG_RULE="dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --sysconfdir=/etc \
22 --localstatedir=/var \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @dev
32 }