wok-6.x annotate xorg-xtrans/receipt @ rev 7891
Up: shell-fm (v0.7)
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Sat Jan 08 10:38:58 2011 +0000 (2011-01-08) |
parents | d87545dad4c1 |
children | c514cc4854d8 |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-xtrans" |
slaxemulator@7249 | 4 VERSION="1.2.6" |
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" |
gokhlayeh@7718 | 8 BUILD_DEPENDS="xorg-util-macros" |
pankso@20 | 9 SOURCE="xtrans" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@20 | 11 WEB_SITE="http://www.x.org/" |
pankso@20 | 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pankso@20 | 13 |
pankso@20 | 14 # Rules to configure and make the package. |
pankso@20 | 15 compile_rules() |
pankso@20 | 16 { |
pankso@20 | 17 cd $src |
pankso@20 | 18 ./configure --prefix=/usr --sysconfdir=/etc \ |
pankso@20 | 19 --mandir=/usr/share/man --localstatedir=/var \ |
pankso@5297 | 20 $CONFIGURE_ARGS && |
pankso@5297 | 21 make && |
pankso@20 | 22 make DESTDIR=$PWD/_pkg install |
pankso@20 | 23 } |
pankso@20 | 24 |
pankso@20 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 26 genpkg_rules() |
pankso@20 | 27 { |
pankso@20 | 28 cp -a $_pkg/* $fs |
pankso@20 | 29 } |