# HG changeset patch # User Hans-G?nter Theisgen # Date 1560348511 -3600 # Node ID dac886dad97bc2fa6dd35711d8dce23f3fe04cf7 # Parent ce05cd867bd48646c8a25780eb8998d228100196 updated ptxdist (2012.03.0 -> 2019.06.0) diff -r ce05cd867bd4 -r dac886dad97b ptxdist/receipt --- a/ptxdist/receipt Wed Jun 12 15:04:26 2019 +0100 +++ b/ptxdist/receipt Wed Jun 12 15:08:31 2019 +0100 @@ -1,23 +1,24 @@ # SliTaz package receipt. PACKAGE="ptxdist" -VERSION="2012.03.0" +VERSION="2019.06.0" CATEGORY="development" SHORT_DESC="Reproducable Embedded Linux Systems." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://www.ptxdist.org/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.ptxdist.org/" WGET_URL="${WEB_SITE}software/$PACKAGE/download/$TARBALL" -DEPENDS="slitaz-toolchain ncurses wget ncursesw-extra" -SUGGESTED="subversion bazaar git elfkickers ccache" +DEPENDS="ncurses ncursesw-extra slitaz-toolchain wget" +SUGGESTED="bazaar ccache elfkickers git subversion" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $src $fs/usr/lib/buildroot + cp -a $src $fs/usr/lib/buildroot } # Pre and post install commands for Tazpkg. @@ -30,4 +31,3 @@ $ make menuconfig EOT } -