wok view t2/receipt @ rev 15590

gphoto2, gtkperf: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 02 19:18:04 2013 +0000 (2013-12-02)
parents 532ab3b57d40
children dfef8de3d270
line source
1 # SliTaz package receipt.
3 PACKAGE="t2"
4 VERSION="8.0-rc2"
5 CATEGORY="development"
6 SHORT_DESC="System Development Environment."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.t2-project.org/"
11 WGET_URL="http://dl.t2-project.org/source/$TARBALL"
13 DEPENDS="slitaz-toolchain bash ncurses"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 true
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $src $fs/usr/lib/t2
26 }
28 # Pre and post install commands for Tazpkg.
29 post_install()
30 {
31 [ -L /usr/bin/wget ] && tazpkg get-install wget --forced
32 cat <<EOT
33 Now you can do:
34 # cd /usr/lib/t2
35 # scripts/Config
37 But read http://www.t2-project.org/handbook/html/t2-book.html before...
39 EOT
40 }