# HG changeset patch # User Hans-G?nter Theisgen # Date 1553173014 -3600 # Node ID 0a7d944face819c9c95a2d775f07b46ce104d897 # Parent 5c397f0326bea44f1fcbebae10214b7fd60de8e4 tazpanel: marked dependency from libjpeg diff -r 5c397f0326be -r 0a7d944face8 tazpanel/receipt --- a/tazpanel/receipt Thu Mar 21 11:55:21 2019 +0100 +++ b/tazpanel/receipt Thu Mar 21 13:56:54 2019 +0100 @@ -1,26 +1,28 @@ # SliTaz package receipt. PACKAGE="tazpanel" -VERSION="625" +VERSION="626" CATEGORY="system-tools" SHORT_DESC="SliTaz administration and configuration panel." MAINTAINER="pankso@slitaz.org" LICENSE="BSD" +WEB_SITE="http://www.slitaz.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.slitaz.org/" WGET_URL="http://hg.slitaz.org/tazpanel/archive/$VERSION.tar.gz" CONFIG_FILES="/etc/slitaz/tazpanel.conf /etc/slitaz/httpd.conf" -HOST_ARCH="i486 arm" SUGGESTED="tazinst-gui tazinst" -DEPENDS="busybox gettext-base sundown" +DEPENDS="busybox gettext-base libjpeg sundown" BUILD_DEPENDS="gettext jsmin tidy-html5" SIBLINGS="tazpanel-extra" +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - make && make DESTDIR=$DESTDIR VERSION=$VERSION install + make -j 1 && + make DESTDIR=$DESTDIR VERSION=$VERSION install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -28,6 +30,7 @@ { mkdir -p $fs/etc/init.d cp -a $install/* $fs + # Init script use tazpanel cmdline cd $fs/etc/init.d && ln -s ../../usr/bin/tazpanel . }