wok diff fltk-editor/receipt @ rev 23985

linld: up to 60k for header.com
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 28 09:45:01 2020 +0000 (2020-11-28)
parents 20eb236f6de4
children 46a25aedecec
line diff
     1.1 --- a/fltk-editor/receipt	Sat Mar 02 13:17:05 2019 +0100
     1.2 +++ b/fltk-editor/receipt	Sat Nov 28 09:45:01 2020 +0000
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fltk-editor"
     1.7 -VERSION="1.3.4.2"
     1.8 +VERSION="1.3.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Fast Light Tool Kit text editor."
    1.11 +SHORT_DESC="Fast Light Tool Kit - text editor."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="LGPL2"
    1.14  WEB_SITE="https://www.fltk.org/"
    1.15  
    1.16 +DEPENDS="fltk"
    1.17  WANTED="fltk"
    1.18 -DEPENDS="fltk"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23 @@ -23,5 +24,5 @@
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr/bin
    1.27 -	cp -a ${src}/test/editor  $fs/usr/bin/$PACKAGE
    1.28 +	cp -a ${src}/test/editor	$fs/usr/bin/$PACKAGE
    1.29  }