wok rev 21723
updated ptxdist (2012.03.0 -> 2019.06.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 12 15:08:31 2019 +0100 (2019-06-12) |
parents | ce05cd867bd4 |
children | c3910dbc8115 |
files | ptxdist/receipt |
line diff
1.1 --- a/ptxdist/receipt Wed Jun 12 15:04:26 2019 +0100 1.2 +++ b/ptxdist/receipt Wed Jun 12 15:08:31 2019 +0100 1.3 @@ -1,23 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ptxdist" 1.7 -VERSION="2012.03.0" 1.8 +VERSION="2019.06.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Reproducable Embedded Linux Systems." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://www.ptxdist.org/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://www.ptxdist.org/" 1.17 WGET_URL="${WEB_SITE}software/$PACKAGE/download/$TARBALL" 1.18 1.19 -DEPENDS="slitaz-toolchain ncurses wget ncursesw-extra" 1.20 -SUGGESTED="subversion bazaar git elfkickers ccache" 1.21 +DEPENDS="ncurses ncursesw-extra slitaz-toolchain wget" 1.22 +SUGGESTED="bazaar ccache elfkickers git subversion" 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr/lib 1.28 - cp -a $src $fs/usr/lib/buildroot 1.29 + cp -a $src $fs/usr/lib/buildroot 1.30 } 1.31 1.32 # Pre and post install commands for Tazpkg. 1.33 @@ -30,4 +31,3 @@ 1.34 $ make menuconfig 1.35 EOT 1.36 } 1.37 -