wok-next view ed/receipt @ rev 21691
updated gmp (6.1.2 -> 6.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 17:48:50 2020 +0100 (2020-06-29) |
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 }