wok-next view t2/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://t2sde.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://dl.t2-project.org/source/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/lib/
16 cp -a $src $install/usr/lib/t2
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="slitaz-toolchain bash ncurses wget"
22 }
24 post_install() {
25 [ -n "$quiet" ] || cat <<EOT
27 .---------------------------------------------------------------.
28 | Now you can do: |
29 | # cd /usr/lib/t2 |
30 | # scripts/Config |
31 | |
32 | But read http://www.t2-project.org/handbook/html/t2-book.html |
33 | before... |
34 '---------------------------------------------------------------'
35 EOT
36 }