wok view t2/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents 9e01bc6321ea
children 934055de50e2
line source
1 # SliTaz package receipt.
3 PACKAGE="t2"
4 VERSION="8.0"
5 CATEGORY="development"
6 SHORT_DESC="System Development Environment."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.t2-project.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://dl.t2-project.org/source/$TARBALL"
14 DEPENDS="bash ncurses slitaz-toolchain"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $src $fs/usr/lib/t2
21 }
23 # Pre and post install commands for Tazpkg.
24 post_install()
25 {
26 [ -L "$1/usr/bin/wget" ] && tazpkg get-install wget --forced --root="${1:-/}"
27 cat <<EOT
28 Now you can do:
29 # cd /usr/lib/t2
30 # scripts/Config
32 But read http://www.t2-project.org/handbook/html/t2-book.html before...
34 EOT
35 }