wok diff hal-info/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents 607f1c098cf9
children c86e41198e76
line diff
     1.1 --- a/hal-info/receipt	Wed Apr 21 18:30:38 2010 +0200
     1.2 +++ b/hal-info/receipt	Mon Mar 05 15:52:59 2018 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="hal sub-package that provides the hardware data and quirks. "
     1.6  MAINTAINER="domcox@slitaz.org"
     1.7 -DEPENDS="hal hal-extra"
     1.8 -BUILD_DEPENDS="hal-dev pkg-config"
     1.9 +LICENSE="GPL2 LGPL2.1"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
    1.12  WGET_URL="http://hal.freedesktop.org/releases/$TARBALL"
    1.13  
    1.14 +DEPENDS="hal hal-extra"
    1.15 +BUILD_DEPENDS="hal-dev pkg-config"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -25,11 +27,11 @@
    1.21  		--disable-recall \
    1.22  		$CONFIGURE_ARGS &&
    1.23  	make && 
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $_pkg/usr $fs/
    1.32 +	cp -a $install/usr $fs/
    1.33  }