wok diff cdf/receipt @ rev 20215

virtualbox-ose: force host arch to i486
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 24 16:34:05 2018 +0100 (2018-02-24)
parents f7e96b8e3444
children 6e8b1bcb30e2
line diff
     1.1 --- a/cdf/receipt	Tue Feb 16 12:15:27 2010 +0000
     1.2 +++ b/cdf/receipt	Sat Feb 24 16:34:05 2018 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Colorized df (color schemes)."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://bmp-plugins.berlios.de/misc/cdf/cdf.html"
    1.11  WGET_URL="http://download.berlios.de/bmp-plugins/$TARBALL"
    1.12  TAGS="color schemes"
    1.13  
    1.14 +DEPENDS=""
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -24,12 +26,12 @@
    1.20  		--infodir=/usr/share/info \
    1.21  		--mandir=/usr/share/man \
    1.22  		$CONFIGURE_ARGS &&
    1.23 -	make && make DESTDIR=$PWD/_pkg install
    1.24 +	make && make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr
    1.31 -	cp -a $_pkg/usr/bin $fs/usr
    1.32 +	cp -a $install/usr/bin $fs/usr
    1.33  }