wok diff ptxdist/receipt @ rev 14949
Up: emotion (1.7.8)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 19:15:54 2013 +0200 (2013-08-08) |
parents | |
children | 7896f0694ef6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ptxdist/receipt Thu Aug 08 19:15:54 2013 +0200 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ptxdist" 1.7 +VERSION="2012.03.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Reproducable Embedded Linux Systems." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 +WEB_SITE="http://www.ptxdist.org/" 1.13 +WGET_URL="${WEB_SITE}software/$PACKAGE/download/$TARBALL" 1.14 + 1.15 +DEPENDS="slitaz-toolchain ncurses wget ncursesw-extra" 1.16 +SUGGESTED="subversion bazaar git elfkickers ccache" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr/lib 1.22 + cp -a $src $fs/usr/lib/buildroot 1.23 +} 1.24 + 1.25 +# Pre and post install commands for Tazpkg. 1.26 +post_install() 1.27 +{ 1.28 + [ -L /usr/bin/wget ] && tazpkg get-install wget --forced 1.29 + cat <<EOT 1.30 +Now you can do: 1.31 +$ cd /usr/lib/buildroot 1.32 +$ make menuconfig 1.33 +EOT 1.34 +} 1.35 +