wok-next diff slitaz-tools/receipt @ rev 21613

updated eboard (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Thu Jun 25 10:33:28 2020 +0100 (2020-06-25)
parents cd7906120828
children
line diff
     1.1 --- a/slitaz-tools/receipt	Sat Jul 14 17:43:03 2018 +0300
     1.2 +++ b/slitaz-tools/receipt	Thu Jun 25 10:33:28 2020 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="slitaz-tools"
     1.8  VERSION="1028"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="SliTaz tools provide installer and utils usable on terminal."
    1.11 -MAINTAINER="pankso@slitaz.org"
    1.12 +SHORT_DESC="SliTaz tools provide installer and utils usable on terminal"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL3"
    1.15  WEB_SITE="http://www.slitaz.org/"
    1.16  REPOLOGY="-"
    1.17 @@ -12,31 +12,22 @@
    1.18  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19  WGET_URL="http://hg.slitaz.org/slitaz-tools/archive/$VERSION.tar.bz2"
    1.20  
    1.21 -SUGGESTED="slitaz-tools-boxes"
    1.22 -DEPENDS="slitaz-boot-scripts dialog gettext-base slitaz-configs-base"
    1.23 -BUILD_DEPENDS="gettext"
    1.24 +BUILD_DEPENDS="gettext-dev"
    1.25  SIBLINGS="slitaz-tools-boxes tazdrop"
    1.26  
    1.27 -# Saved config file by package manager
    1.28 -CONFIG_FILES="
    1.29 -/etc/TZ
    1.30 -/etc/keymap.conf
    1.31 -/etc/locale.conf
    1.32 -/etc/firewall.conf"
    1.33 -
    1.34 -# Rules to configure and make the package.
    1.35 -compile_rules()
    1.36 -{
    1.37 -	mkdir -p $DESTDIR/usr/share
    1.38 -	make && make DESTDIR=$DESTDIR install
    1.39 +compile_rules() {
    1.40 +	mkdir -p $install/usr/share
    1.41 +	make &&
    1.42 +	make DESTDIR=$install install
    1.43  }
    1.44  
    1.45 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.46 -genpkg_rules()
    1.47 -{
    1.48 +genpkg_rules() {
    1.49  	mkdir -p $fs
    1.50  	cp -a $install/* $fs
    1.51  	chmod 0644 $fs/usr/share/locale/*/*/*.mo
    1.52  	touch $fs/etc/firewall.conf
    1.53  	chown -R root.root $fs
    1.54 +	CONFIG_FILES="/etc/TZ /etc/keymap.conf /etc/locale.conf /etc/firewall.conf"
    1.55 +	DEPENDS="slitaz-boot-scripts dialog gettext-base slitaz-configs-base"
    1.56 +	SUGGESTED="slitaz-tools-boxes"
    1.57  }