# HG changeset patch # User Hans-G?nter Theisgen # Date 1656600669 -3600 # Node ID 7d53ff17b95a383122110915860a4e7649e06a24 # Parent 95f790022d55527f89dbf64eff223bbef7351924 updated ptxdist (2020.03.0 -> 2020.12.0) diff -r 95f790022d55 -r 7d53ff17b95a ptxdist/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ptxdist/description.txt Thu Jun 30 15:51:09 2022 +0100 @@ -0,0 +1,7 @@ +PTXdist is an easy-to-use Linux distribution build tool that allows you +to compose your embedded Linux out of a huge set of standard components +with a simple kernel-like configuration interface. + +Despite being rather simple in the basic configuration PTXdist also +allows you to perform truly complex and very fine-grained customization +of the packages and system configuration you need. diff -r 95f790022d55 -r 7d53ff17b95a ptxdist/receipt --- a/ptxdist/receipt Thu Jun 30 15:35:33 2022 +0100 +++ b/ptxdist/receipt Thu Jun 30 15:51:09 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ptxdist" -VERSION="2020.03.0" +VERSION="2020.12.0" CATEGORY="development" SHORT_DESC="Reproducable Embedded Linux Systems." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://public.pengutronix.de/software/ptxdist/$TARBALL" -DEPENDS="ncurses ncursesw-extra slitaz-toolchain wget" +DEPENDS="bash ncurses ncursesw-extra slitaz-toolchain wget" SUGGESTED="bazaar ccache elfkickers git subversion" # What is the latest version available today?