wok-next view e3/receipt @ rev 21327

try to build libquicktime again
author Hans-G?nter Theisgen
date Thu Dec 12 15:30:55 2019 +0100 (2019-12-12)
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 }