wok rev 24455

updated gnustep-make (2.7.0 -> 2.9.0)
author Hans-G?nter Theisgen
date Wed Feb 16 09:08:33 2022 +0100 (2022-02-16)
parents 5dd8f94d37a8
children 40920382097c
files gnustep-make/description.txt gnustep-make/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnustep-make/description.txt	Wed Feb 16 09:08:33 2022 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +The makefile package is a simple, powerful and extensible way to write
     1.5 +makefiles for a GNUstep-based project.
     1.6 +It allows the user to write a project without having to deal with the
     1.7 +complex issues associated with configuration, building, installation,
     1.8 +and packaging.
     1.9 +It also allows the user to easily create cross-compiled binaries.
     2.1 --- a/gnustep-make/receipt	Wed Feb 16 07:53:02 2022 +0100
     2.2 +++ b/gnustep-make/receipt	Wed Feb 16 09:08:33 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gnustep-make"
     2.7 -VERSION="2.7.0"
     2.8 +VERSION="2.9.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="GNUstep make package."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -11,7 +11,7 @@
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WGET_URL="http://ftp.gnustep.org/pub/gnustep/core/$TARBALL"
    2.15  
    2.16 -DEPENDS="make"
    2.17 +DEPENDS=""
    2.18  
    2.19  # What is the latest version available today?
    2.20  current_version()
    2.21 @@ -28,7 +28,7 @@
    2.22  		--with-layout=fhs	\
    2.23  		$CONFIGURE_ARGS &&
    2.24  	make &&
    2.25 -	make DESTDIR=$DESTDIR install
    2.26 +	make install DESTDIR=$DESTDIR
    2.27  }
    2.28  
    2.29  # Rules to gen a SliTaz package suitable for Tazpkg.