wok diff ed/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents 71360a13cd94
children d79ed38ace18
line diff
     1.1 --- a/ed/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/ed/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ed"
     1.7 -VERSION="1.15"
     1.8 +VERSION="1.18"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A line-oriented text editor."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,11 +11,11 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.lz"
    1.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -HOST_ARCH="i486 arm"
    1.17 -
    1.18  DEPENDS=""
    1.19  BUILD_DEPENDS="lzip"
    1.20  
    1.21 +HOST_ARCH="i486 arm"
    1.22 +
    1.23  # What is the latest version available today?
    1.24  current_version()
    1.25  {
    1.26 @@ -35,5 +35,5 @@
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir $fs/usr
    1.30 -	cp -a $install/usr/bin $fs/usr
    1.31 +	cp -a $install/usr/bin	$fs/usr
    1.32  }