wok-next view ed/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
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 }