wok diff lxmenu-data/receipt @ rev 16027

Add to ARM: libnl, wpa_supplicant, wput
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 08 07:29:53 2014 +0100 (2014-03-08)
parents a55d1788b231
children a002e9484225
line diff
     1.1 --- a/lxmenu-data/receipt	Thu Nov 10 03:21:19 2011 +0000
     1.2 +++ b/lxmenu-data/receipt	Sat Mar 08 07:29:53 2014 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Freedesktop.org menu-spec-compliant desktop menus for LXDE."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -BUILD_DEPENDS="gettext intltool"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.lxde.org/"
    1.11  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.12  CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
    1.13  
    1.14 +BUILD_DEPENDS="gettext intltool"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -20,13 +22,13 @@
    1.20  		--sysconfdir=/etc \
    1.21  		$CONFIGURE_ARGS &&
    1.22  	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	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
    1.31 -	cp -a $_pkg/usr $fs
    1.32 -	cp -a $_pkg/etc $fs
    1.33 +	cp -a $install/usr $fs
    1.34 +	cp -a $install/etc $fs
    1.35  }