wok view ptxdist/receipt @ rev 14406

edje: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 18:27:27 2013 +0200 (2013-04-23)
parents
children 7896f0694ef6
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.ptxdist.org/"
10 WGET_URL="${WEB_SITE}software/$PACKAGE/download/$TARBALL"
12 DEPENDS="slitaz-toolchain ncurses wget ncursesw-extra"
13 SUGGESTED="subversion bazaar git elfkickers ccache"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $src $fs/usr/lib/buildroot
20 }
22 # Pre and post install commands for Tazpkg.
23 post_install()
24 {
25 [ -L /usr/bin/wget ] && tazpkg get-install wget --forced
26 cat <<EOT
27 Now you can do:
28 $ cd /usr/lib/buildroot
29 $ make menuconfig
30 EOT
31 }