wok-next annotate ed/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents d5aab818505e
children f65d47f180a3
rev   line source
al@21037 1 # SliTaz package receipt v2.
pascal@16335 2
pascal@16335 3 PACKAGE="ed"
al@21037 4 VERSION="1.14.2"
pascal@16335 5 CATEGORY="development"
al@21037 6 SHORT_DESC="Line-oriented text editor"
pascal@16335 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16335 8 LICENSE="GPL3"
al@21037 9 WEB_SITE="https://www.gnu.org/software/ed/"
al@21020 10
al@21037 11 TARBALL="$PACKAGE-$VERSION.tar.lz"
pascal@16335 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pascal@16335 13
al@21037 14 BUILD_DEPENDS="lzip"
al@21037 15
al@21020 16 compile_rules() {
al@21020 17 ./configure --prefix=/usr &&
al@21037 18 make &&
al@21020 19 make install
pascal@16335 20 }
pascal@16335 21
al@21020 22 genpkg_rules() {
al@21037 23 copy @std
pascal@16335 24 }