wok-next view ed/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents 5e01e6d2531a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ed"
4 VERSION="1.16"
5 CATEGORY="development"
6 TAGS="editor"
7 SHORT_DESC="Line-oriented text editor"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://www.gnu.org/software/ed/"
12 TARBALL="$PACKAGE-$VERSION.tar.lz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="lzip"
17 compile_rules()
18 {
19 ./configure --prefix=/usr &&
20 make &&
21 make install
22 }
24 genpkg_rules()
25 {
26 copy @std
27 }