wok annotate hal-info/receipt @ rev 20741

barnyard2: added build dependency libtool
author Hans-G?nter Theisgen
date Sun Feb 10 09:22:29 2019 +0100 (2019-02-10)
parents de49f29b101e
children af8d823a3077
rev   line source
domcox@2654 1 # SliTaz package receipt.
domcox@2654 2
domcox@2654 3 PACKAGE="hal-info"
domcox@5316 4 VERSION="20091130"
domcox@2654 5 CATEGORY="x-window"
al@20422 6 SHORT_DESC="hal sub-package that provides the hardware data and quirks."
domcox@2654 7 MAINTAINER="domcox@slitaz.org"
pascal@15600 8 LICENSE="GPL2 LGPL2.1"
domcox@2654 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
domcox@2654 10 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
domcox@2654 11 WGET_URL="http://hal.freedesktop.org/releases/$TARBALL"
domcox@2654 12
pascal@15600 13 DEPENDS="hal hal-extra"
pascal@15600 14 BUILD_DEPENDS="hal-dev pkg-config"
pascal@15600 15
domcox@2654 16 # Rules to configure and make the package.
domcox@2654 17 compile_rules()
domcox@2654 18 {
domcox@2654 19 cd $src
domcox@2654 20 ./configure \
domcox@2654 21 --prefix=/usr \
domcox@2654 22 --libexecdir=/usr/lib/hal \
domcox@2654 23 --sysconfdir=/etc \
domcox@2654 24 --localstatedir=/var \
domcox@2654 25 --infodir=/usr/share/info \
domcox@2654 26 --mandir=/usr/share/man \
domcox@2654 27 --disable-recall \
domcox@2654 28 $CONFIGURE_ARGS &&
domcox@2654 29 make &&
pascal@15600 30 make DESTDIR=$DESTDIR install
domcox@2654 31 }
domcox@2654 32
domcox@2654 33 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@2654 34 genpkg_rules()
domcox@2654 35 {
pascal@15600 36 cp -a $install/usr $fs/
domcox@2654 37 }