wok annotate xorg-xtrans/receipt @ rev 16315

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents 5ddb4d29b420
children 814c58f64f83
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"
al@14636 6 SHORT_DESC="Abstract network code for X"
pankso@20 7 MAINTAINER="pankso@slitaz.org"
al@14636 8 LICENSE="other"
pankso@20 9 WEB_SITE="http://www.x.org/"
slaxemulator@14639 10 SOURCE="xtrans"
slaxemulator@14639 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@20 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@16021 13 HOST_ARCH="i486 arm"
pankso@20 14
al@14636 15 DEPENDS="xorg-xproto"
pankso@12503 16 BUILD_DEPENDS="xorg-util-macros"
pankso@12503 17
pankso@20 18 # Rules to configure and make the package.
pankso@20 19 compile_rules()
pankso@20 20 {
pankso@12503 21 ./configure \
pankso@12503 22 --sysconfdir=/etc \
pankso@12503 23 --localstatedir=/var \
pankso@12503 24 $CONFIGURE_ARGS &&
al@14636 25 make &&
al@14636 26 make install
pankso@20 27 }
pankso@20 28
pankso@20 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 30 genpkg_rules()
pankso@20 31 {
al@14636 32 mkdir -p $fs/usr/share/licenses
al@14636 33 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
al@14636 34
pankso@12503 35 cp -a $install/* $fs
al@14636 36 rm -rf $fs/usr/share/doc
pankso@20 37 }