
Receipt for package "gnustep-make"
# SliTaz package receipt. PACKAGE="gnustep-make" VERSION="2.9.0" CATEGORY="development" SHORT_DESC="GNUstep make package." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" WEB_SITE="https://www.gnustep.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/gnustep/tools-make/archive/make-${VERSION//./_}.tar.gz" DEPENDS="" # What is the latest version available today? current_version() { wget -O - https://github.com/gnustep/tools-make/releases 2>/dev/null | \ sed '/make-/!d;s|.*make-||;s|".*||;s|_|.|g;q' } # Rules to configure and make the package. compile_rules() { ./configure \ --prefix=/usr \ --with-layout=fhs \ $CONFIGURE_ARGS && make && make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $install/etc $fs cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/GNUstep $fs/usr/share }
6017 packages and 861739 files in cooking database (Sun Sep 21 00:48:01 2025)