wok-current annotate xorg-xf86rushproto/receipt @ rev 15961
compton: dont use config file by default
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Feb 24 01:10:34 2014 +0100 (2014-02-24) |
parents | 5ddb4d29b420 |
children | 814c58f64f83 |
rev | line source |
---|---|
al@14604 | 1 # SliTaz package receipt. |
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@14604 | 8 LICENSE="other" |
al@14604 | 9 WEB_SITE="http://www.x.org/" |
slaxemulator@14639 | 10 SOURCE="xf86rushproto" |
slaxemulator@14639 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
al@14604 | 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL" |
al@14604 | 13 |
pascal@15598 | 14 DEPENDS="xorg-videoproto pkg-config" |
al@14604 | 15 BUILD_DEPENDS="xorg-util-macros" |
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@14604 | 31 mkdir -p $fs/usr/share/licenses |
al@14604 | 32 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt |
al@14604 | 33 |
al@14604 | 34 cp -a $install/* $fs |
al@14604 | 35 } |