wok-next view ptxdist/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents 65f5c0b7dcd4
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ptxdist"
4 VERSION="2012.03.0"
5 CATEGORY="development"
6 SHORT_DESC="Reproducable Embedded Linux Systems"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.ptxdist.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="${WEB_SITE}software/$PACKAGE/download/$TARBALL"
14 genpkg_rules() {
15 mkdir -p $fs/usr/lib
16 cp -a $src $fs/usr/lib/buildroot
17 DEPENDS="slitaz-toolchain ncurses wget ncurses-extra"
18 SUGGESTED="subversion bzr git elfkickers ccache"
19 }
21 post_install() {
22 [ -L "$1/usr/bin/wget" ] &&
23 tazpkg get-install wget --forced --root="${1:-/}"
25 [ -n "$quiet" ] || cat <<EOT
27 .-------------------------.
28 | Now you can do: |
29 | |
30 | $ cd /usr/lib/buildroot |
31 | $ make menuconfig |
32 '-------------------------'
33 EOT
34 }