wok diff tazpanel/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents e1965f977a7f
children f7a13af08fc7
line diff
     1.1 --- a/tazpanel/receipt	Tue Jul 31 10:05:34 2018 +0200
     1.2 +++ b/tazpanel/receipt	Thu Apr 18 17:46:06 2019 +0300
     1.3 @@ -1,26 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazpanel"
     1.7 -VERSION="625"
     1.8 +VERSION="626"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="SliTaz administration and configuration panel."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 +WEB_SITE="http://www.slitaz.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.slitaz.org/"
    1.17  WGET_URL="http://hg.slitaz.org/tazpanel/archive/$VERSION.tar.gz"
    1.18  CONFIG_FILES="/etc/slitaz/tazpanel.conf /etc/slitaz/httpd.conf"
    1.19 -HOST_ARCH="i486 arm"
    1.20  
    1.21  SUGGESTED="tazinst-gui tazinst"
    1.22 -DEPENDS="busybox gettext-base sundown"
    1.23 +DEPENDS="busybox gettext-base libjpeg sundown"
    1.24  BUILD_DEPENDS="gettext jsmin tidy-html5"
    1.25  SIBLINGS="tazpanel-extra"
    1.26 +HOST_ARCH="i486 arm"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	make && make DESTDIR=$DESTDIR VERSION=$VERSION install
    1.32 +	make -j 1 &&
    1.33 +	make DESTDIR=$DESTDIR VERSION=$VERSION install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 @@ -28,6 +30,7 @@
    1.38  {
    1.39  	mkdir -p $fs/etc/init.d
    1.40  	cp -a $install/* $fs
    1.41 +
    1.42  	# Init script use tazpanel cmdline
    1.43  	cd $fs/etc/init.d && ln -s ../../usr/bin/tazpanel .
    1.44  }