wok-next annotate xorg-xtrans/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
pankso@20 2
pankso@20 3 PACKAGE="xorg-xtrans"
al@19634 4 VERSION="1.3.5"
pankso@200 5 CATEGORY="development"
al@19805 6 SHORT_DESC="X Network Transport layer shared code"
pankso@20 7 MAINTAINER="pankso@slitaz.org"
al@14636 8 LICENSE="other"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@19634 10 HOST_ARCH="i486 arm"
al@19634 11
al@19634 12 TARBALL="xtrans-$VERSION.tar.bz2"
pankso@20 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@20 14
pankso@12503 15 BUILD_DEPENDS="xorg-util-macros"
al@19805 16 PKG_RULE="dev"
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@19805 32 copy @dev
al@19805 33 DEPENDS="xorg-xproto"
pankso@20 34 }