wok-next view zile/receipt @ rev 20047

Up zile (2.4.14)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 23 10:04:45 2017 +0200 (2017-10-23)
parents 6c12ac1293fc
children c4e53a39395a
line source
1 # SliTaz package receipt.
3 PACKAGE="zile"
4 VERSION="2.4.14"
5 CATEGORY="development"
6 SHORT_DESC="GNU Zile is a lightweight Emacs clone."
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.gnu.org/software/zile/"
11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
12 TAGS="text-editor"
13 HOST_ARCH="i486 arm"
15 DEPENDS="ncurses"
16 BUILD_DEPENDS="ncurses-dev gc-dev perl help2man"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/bin $fs/usr
30 }