wok-6.x rev 22675
ed: update $TARBALL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 17 16:08:05 2020 +0100 (2020-01-17) |
parents | d21a5ddba767 |
children | dab616728814 |
files | ed/receipt |
line diff
1.1 --- a/ed/receipt Fri Jan 17 15:02:55 2020 +0100 1.2 +++ b/ed/receipt Fri Jan 17 16:08:05 2020 +0100 1.3 @@ -6,15 +6,14 @@ 1.4 SHORT_DESC="A line-oriented text editor." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL3" 1.7 -WEB_SITE="https://www.gnu.org/software/ed/" 1.8 1.9 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 +TARBALL="$PACKAGE-$VERSION.tar.lz" 1.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 HOST_ARCH="i486 arm" 1.14 1.15 DEPENDS="" 1.16 -BUILD_DEPENDS="" 1.17 +BUILD_DEPENDS="lzip" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()