wok-next view e3/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="e3"
4 VERSION="2.82"
5 CATEGORY="utilities"
6 TAGS="text-editor"
7 SHORT_DESC="Full featured text editor written in NASM assembler"
8 MAINTAINER="devl547@gmail.com"
9 LICENSE="GPL2"
10 WEB_SITE="https://sites.google.com/site/e3editor/"
12 TARBALL="$PACKAGE-$VERSION.tgz"
13 WGET_URL="https://sites.google.com/site/e3editor/Home/$TARBALL?attredirects=0"
15 BUILD_DEPENDS="make nasm"
17 compile_rules()
18 {
19 sed -e 's/-D$(EXMODE)//' \
20 -e 's#/man/man#/share/man/man#' \
21 -i Makefile
23 make &&
24 make PREFIX=$install install
25 }
27 genpkg_rules()
28 {
29 copy @std
30 }