# HG changeset patch # User Dominique Corbex # Date 1240069083 -7200 # Node ID 178af875768f8ed449973b036dcf795817a63158 # Parent 320b5d1cf5fc5dd53a5ee3a09f4f2f7a16458092 Add: hal-info diff -r 320b5d1cf5fc -r 178af875768f hal-info/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hal-info/receipt Sat Apr 18 17:38:03 2009 +0200 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="hal-info" +VERSION="20090414" +CATEGORY="x-window" +SHORT_DESC="hal sub-package that provides the hardware data and quirks. " +MAINTAINER="domcox@slitaz.org" +DEPENDS="hal hal-extra" +BUILD_DEPENDS="hal-dev pkg-config" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" +WGET_URL="http://hal.freedesktop.org/releases/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/hal \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --disable-recall \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs/ +}