wok annotate xorg-evieext/receipt @ rev 15570
Up lxc (0.9.0) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 26 09:00:34 2013 +0000 (2013-11-26) |
parents | a09e9d64e4c9 |
children | 3af9c976b7d4 |
rev | line source |
---|---|
pankso@87 | 1 # SliTaz package receipt. |
pankso@87 | 2 |
pankso@87 | 3 PACKAGE="xorg-evieext" |
pankso@12500 | 4 VERSION="1.1.1" |
pankso@200 | 5 CATEGORY="development" |
al@14604 | 6 SHORT_DESC="EvIE extension headers" |
pankso@87 | 7 MAINTAINER="pankso@slitaz.org" |
al@14604 | 8 LICENSE="other" |
pankso@87 | 9 WEB_SITE="http://www.x.org/" |
slaxemulator@14639 | 10 SOURCE="evieext" |
slaxemulator@14639 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@87 | 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL" |
pankso@87 | 13 |
al@14604 | 14 DEPENDS="xorg-util-macros" |
al@14604 | 15 BUILD_DEPENDS="xorg-util-macros" |
al@14604 | 16 |
pankso@87 | 17 # Rules to configure and make the package. |
pankso@87 | 18 compile_rules() |
pankso@87 | 19 { |
pankso@12500 | 20 ./configure \ |
pankso@12500 | 21 --sysconfdir=/etc \ |
pankso@12500 | 22 --localstatedir=/var \ |
pankso@12500 | 23 $CONFIGURE_ARGS && |
al@14604 | 24 make && |
al@14604 | 25 make install |
pankso@87 | 26 } |
pankso@87 | 27 |
pankso@87 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@87 | 29 genpkg_rules() |
pankso@87 | 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 |
pankso@12500 | 34 cp -a $install/* $fs |
pankso@87 | 35 } |