# HG changeset patch # User Hans-G?nter Theisgen # Date 1644998913 -3600 # Node ID b0a19fe55cb0c56095f5b6d52b4f8e0baf4ab87e # Parent 5dd8f94d37a8fdb93379c8cee63a44184fe2c11d updated gnustep-make (2.7.0 -> 2.9.0) diff -r 5dd8f94d37a8 -r b0a19fe55cb0 gnustep-make/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnustep-make/description.txt Wed Feb 16 09:08:33 2022 +0100 @@ -0,0 +1,6 @@ +The makefile package is a simple, powerful and extensible way to write +makefiles for a GNUstep-based project. +It allows the user to write a project without having to deal with the +complex issues associated with configuration, building, installation, +and packaging. +It also allows the user to easily create cross-compiled binaries. diff -r 5dd8f94d37a8 -r b0a19fe55cb0 gnustep-make/receipt --- a/gnustep-make/receipt Wed Feb 16 07:53:02 2022 +0100 +++ b/gnustep-make/receipt Wed Feb 16 09:08:33 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gnustep-make" -VERSION="2.7.0" +VERSION="2.9.0" CATEGORY="development" SHORT_DESC="GNUstep make package." MAINTAINER="pankso@slitaz.org" @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://ftp.gnustep.org/pub/gnustep/core/$TARBALL" -DEPENDS="make" +DEPENDS="" # What is the latest version available today? current_version() @@ -28,7 +28,7 @@ --with-layout=fhs \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.