wok annotate xorg-evieext/receipt @ rev 16959
mplayer-opt: typo, --disable-esd
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Jul 29 01:39:13 2014 +0200 (2014-07-29) |
parents | 5ddb4d29b420 |
children | 814c58f64f83 |
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 |
pascal@15598 | 14 DEPENDS="xorg-util-macros pkg-config" |
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 } |