wok-next diff zile/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents c4e53a39395a
children
line diff
     1.1 --- a/zile/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/zile/receipt	Fri Apr 17 17:54:29 2020 +0100
     1.3 @@ -3,27 +3,25 @@
     1.4  PACKAGE="zile"
     1.5  VERSION="2.4.14"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="GNU Zile is a lightweight Emacs clone."
     1.8 -MAINTAINER="domcox@slitaz.org"
     1.9 +SHORT_DESC="Lightweight Emacs clone"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="GPL3"
    1.12 +WEB_SITE="http://www.gnu.org/software/zile/"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WEB_SITE="http://www.gnu.org/software/zile/"
    1.16  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.17 -TAGS="text-editor"
    1.18  
    1.19 -DEPENDS="ncurses"
    1.20  BUILD_DEPENDS="ncurses-dev gc-dev perl help2man"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	./configure $CONFIGURE_ARGS &&
    1.27 -	make && make install
    1.28 +	make &&
    1.29 +	make install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	mkdir -p $fs/usr
    1.37  	cp -a $install/usr/bin $fs/usr
    1.38 +	DEPENDS="ncurses"
    1.39 +	TAGS="text-editor"
    1.40  }