wok-next view ed/receipt @ rev 21226

updated chocolate-doom (1.4.0 -> 3.0.0)
author Hans-G?nter Theisgen
date Tue Dec 03 16:21:36 2019 +0100 (2019-12-03)
parents d5aab818505e
children f65d47f180a3
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ed"
4 VERSION="1.14.2"
5 CATEGORY="development"
6 SHORT_DESC="Line-oriented text editor"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/ed/"
11 TARBALL="$PACKAGE-$VERSION.tar.lz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="lzip"
16 compile_rules() {
17 ./configure --prefix=/usr &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 }