wok-next annotate zile/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents c4e53a39395a
children
rev   line source
domcox@3940 1 # SliTaz package receipt.
domcox@3940 2
domcox@3940 3 PACKAGE="zile"
pascal@20047 4 VERSION="2.4.14"
domcox@3940 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Lightweight Emacs clone"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="http://www.gnu.org/software/zile/"
al@21020 10
domcox@3940 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
domcox@3940 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
domcox@3940 13
pascal@20047 14 BUILD_DEPENDS="ncurses-dev gc-dev perl help2man"
pascal@14999 15
al@21020 16 compile_rules() {
pankso@16060 17 ./configure $CONFIGURE_ARGS &&
al@21020 18 make &&
al@21020 19 make install
domcox@3940 20 }
domcox@3940 21
al@21020 22 genpkg_rules() {
domcox@3940 23 mkdir -p $fs/usr
pascal@15015 24 cp -a $install/usr/bin $fs/usr
al@21020 25 DEPENDS="ncurses"
al@21020 26 TAGS="text-editor"
domcox@3940 27 }