wok-6.x annotate xorg-xextproto/receipt @ rev 13982
Add tcpreplay
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 07 17:41:21 2013 +0100 (2013-02-07) |
parents | a3a040f26ef2 |
children | a09e9d64e4c9 |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-xextproto" |
pankso@12503 | 4 VERSION="7.2.1" |
pankso@211 | 5 CATEGORY="development" |
pankso@20 | 6 SHORT_DESC="Xorg server module." |
pankso@20 | 7 MAINTAINER="pankso@slitaz.org" |
slaxemulator@8029 | 8 DEPENDS="xorg-util-macros" |
gokhlayeh@6993 | 9 BUILD_DEPENDS="xorg-util-macros" |
pankso@20 | 10 SOURCE="xextproto" |
gokhlayeh@6993 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@20 | 12 WEB_SITE="http://www.x.org/" |
pankso@20 | 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL" |
pankso@20 | 14 |
pankso@20 | 15 # Rules to configure and make the package. |
pankso@20 | 16 compile_rules() |
pankso@20 | 17 { |
pankso@12503 | 18 cd $src |
pankso@12503 | 19 ./configure \ |
pankso@12503 | 20 --sysconfdir=/etc \ |
pankso@12503 | 21 --mandir=/usr/share/man \ |
pankso@12503 | 22 --localstatedir=/var \ |
pankso@12503 | 23 $CONFIGURE_ARGS && |
pankso@12503 | 24 make && make install |
pankso@20 | 25 } |
pankso@20 | 26 |
pankso@20 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 28 genpkg_rules() |
pankso@20 | 29 { |
pankso@12503 | 30 cp -a $install/* $fs |
pankso@20 | 31 } |