wok-next view e3/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents 4bc239bf6b69
children 420baedeb7cc
line source
1 # SliTaz package receipt v2.
3 PACKAGE="e3"
4 VERSION="2.8"
5 CATEGORY="utilities"
6 SHORT_DESC="Full featured text editor written in NASM assembler"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://sites.google.com/site/e3editor/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="https://sites.google.com/site/e3editor/Home/$TARBALL?attredirects=0"
14 BUILD_DEPENDS="make nasm"
16 compile_rules() {
17 sed \
18 -e 's/-D$(EXMODE)//' \
19 -e 's#/man/man#/share/man/man#' \
20 -i Makefile
22 make &&
23 make PREFIX=$install install
24 }
26 genpkg_rules() {
27 copy @std
28 TAGS="text-editor"
29 }