wok-next diff ed/receipt @ rev 21157
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 04 11:54:13 2019 +0100 (2019-02-04) |
parents | d5aab818505e |
children | f65d47f180a3 |
line diff
1.1 --- a/ed/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/ed/receipt Mon Feb 04 11:54:13 2019 +0100 1.3 @@ -1,23 +1,24 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="ed" 1.8 -VERSION="1.9" 1.9 +VERSION="1.14.2" 1.10 CATEGORY="development" 1.11 -SHORT_DESC="A line-oriented text editor" 1.12 +SHORT_DESC="Line-oriented text editor" 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="GPL3" 1.15 -WEB_SITE="http://www.gnu.org/software/ed/" 1.16 +WEB_SITE="https://www.gnu.org/software/ed/" 1.17 1.18 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 +TARBALL="$PACKAGE-$VERSION.tar.lz" 1.20 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.21 1.22 +BUILD_DEPENDS="lzip" 1.23 + 1.24 compile_rules() { 1.25 ./configure --prefix=/usr && 1.26 - make CC=${HOST_SYSTEM}-gcc && 1.27 + make && 1.28 make install 1.29 } 1.30 1.31 genpkg_rules() { 1.32 - mkdir $fs/usr 1.33 - cp -a $install/usr/bin $fs/usr 1.34 + copy @std 1.35 }