wok-6.x annotate xorg-xtrans/receipt @ rev 12517
Up: xorg-libXdmcp (1.1.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 25 00:02:21 2012 +0200 (2012-04-25) |
parents | c514cc4854d8 |
children | 919b102812ab |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-xtrans" |
pankso@12503 | 4 VERSION="1.2.7" |
pankso@200 | 5 CATEGORY="development" |
pankso@5297 | 6 SHORT_DESC="Xorg library to handle network protocol transport in a modular fashion." |
pankso@20 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@20 | 8 SOURCE="xtrans" |
gokhlayeh@6993 | 9 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@20 | 10 WEB_SITE="http://www.x.org/" |
pankso@20 | 11 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pankso@20 | 12 |
pankso@12503 | 13 DEPENDS="xorg-util-macros" |
pankso@12503 | 14 BUILD_DEPENDS="xorg-util-macros" |
pankso@12503 | 15 |
pankso@20 | 16 # Rules to configure and make the package. |
pankso@20 | 17 compile_rules() |
pankso@20 | 18 { |
pankso@12503 | 19 cd $src |
pankso@12503 | 20 ./configure \ |
pankso@12503 | 21 --sysconfdir=/etc \ |
pankso@12503 | 22 --mandir=/usr/share/man \ |
pankso@12503 | 23 --localstatedir=/var \ |
pankso@12503 | 24 $CONFIGURE_ARGS && |
pankso@12503 | 25 make && make install |
pankso@20 | 26 } |
pankso@20 | 27 |
pankso@20 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 29 genpkg_rules() |
pankso@20 | 30 { |
pankso@12503 | 31 cp -a $install/* $fs |
pankso@20 | 32 } |