wok-next annotate hal-info/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 757d032c55c7
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
domcox@2654 2
domcox@2654 3 PACKAGE="hal-info"
domcox@5316 4 VERSION="20091130"
domcox@2654 5 CATEGORY="x-window"
al@20534 6 SHORT_DESC="hal sub-package that provides the hardware data and quirks"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15600 8 LICENSE="GPL2 LGPL2.1"
al@21020 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/hal/"
al@20534 10
domcox@2654 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
domcox@2654 12 WGET_URL="http://hal.freedesktop.org/releases/$TARBALL"
domcox@2654 13
al@20513 14 BUILD_DEPENDS="hal-dev"
pascal@15600 15
al@20534 16 compile_rules() {
domcox@2654 17 ./configure \
domcox@2654 18 --libexecdir=/usr/lib/hal \
domcox@2654 19 --disable-recall \
domcox@2654 20 $CONFIGURE_ARGS &&
al@20534 21 make &&
al@21020 22 make DESTDIR=$install install
domcox@2654 23 }
domcox@2654 24
al@20534 25 genpkg_rules() {
al@20534 26 copy @std
al@20534 27 DEPENDS="hal hal-extra"
domcox@2654 28 }