wok rev 2654

Add: hal-info
author Dominique Corbex <domcox@users.sourceforge.net>
date Sat Apr 18 17:38:03 2009 +0200 (2009-04-18)
parents 320b5d1cf5fc
children 9d40dd15e54d
files hal-info/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hal-info/receipt	Sat Apr 18 17:38:03 2009 +0200
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="hal-info"
     1.7 +VERSION="20090414"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="hal sub-package that provides the hardware data and quirks. "
    1.10 +MAINTAINER="domcox@slitaz.org"
    1.11 +DEPENDS="hal hal-extra"
    1.12 +BUILD_DEPENDS="hal-dev pkg-config"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
    1.15 +WGET_URL="http://hal.freedesktop.org/releases/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure \
    1.22 +		--prefix=/usr \
    1.23 +		--libexecdir=/usr/lib/hal \
    1.24 +		--sysconfdir=/etc \
    1.25 +		--localstatedir=/var \
    1.26 +		--infodir=/usr/share/info \
    1.27 +		--mandir=/usr/share/man \
    1.28 +		--disable-recall \
    1.29 +		$CONFIGURE_ARGS &&
    1.30 +	make && 
    1.31 +	make DESTDIR=$PWD/_pkg install
    1.32 +}
    1.33 +
    1.34 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 +genpkg_rules()
    1.36 +{
    1.37 +	cp -a $_pkg/usr $fs/
    1.38 +}