wok-next annotate e3/receipt @ rev 21119

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