wok-next diff lxmenu-data/receipt @ rev 20634

oxine: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 12:51:30 2018 +0200 (2018-04-27)
parents c4e53a39395a
children a3c581bf52b8
line diff
     1.1 --- a/lxmenu-data/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/lxmenu-data/receipt	Fri Apr 27 12:51:30 2018 +0200
     1.3 @@ -7,26 +7,20 @@
     1.4  MAINTAINER="rcx@zoominternet.net"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="http://lxde.org/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxmenu-data.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.11  
    1.12 +BUILD_DEPENDS_arm=" "
    1.13  BUILD_DEPENDS="gettext intltool"
    1.14 -BUILD_DEPENDS_arm=" "
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 -	# http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxmenu-data.html
    1.20 -	./configure \
    1.21 -		--sysconfdir=/etc \
    1.22 -		$CONFIGURE_ARGS &&
    1.23 +compile_rules() {
    1.24 +	./configure $CONFIGURE_ARGS &&
    1.25  	make && make install
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 +genpkg_rules() {
    1.32  	copy @std
    1.33  	CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
    1.34  	TAGS="LXDE"