wok-next annotate t2/receipt @ rev 21274

gejengel: inserted modification of configure files from cooking
author Hans-G?nter Theisgen
date Sat Dec 07 15:42:09 2019 +0100 (2019-12-07)
parents d5aab818505e
children
rev   line source
al@20513 1 # SliTaz package receipt v2.
pascal@11227 2
pascal@11227 3 PACKAGE="t2"
pascal@11227 4 VERSION="8.0-rc2"
pascal@11227 5 CATEGORY="development"
al@20513 6 SHORT_DESC="System Development Environment"
pascal@11227 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15590 8 LICENSE="GPL2"
al@21032 9 WEB_SITE="http://t2sde.org/"
al@20513 10
pascal@11227 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11227 12 WGET_URL="http://dl.t2-project.org/source/$TARBALL"
pascal@15590 13
al@20513 14 compile_rules() {
al@20513 15 mkdir -p $install/usr/lib/
al@20513 16 cp -a $src $install/usr/lib/t2
pascal@11227 17 }
pascal@11227 18
al@20513 19 genpkg_rules() {
al@20513 20 copy @std
al@20513 21 DEPENDS="slitaz-toolchain bash ncurses wget"
al@20513 22 }
al@20513 23
al@20513 24 post_install() {
al@21020 25 [ -n "$quiet" ] || cat <<EOT
pascal@11227 26
al@21020 27 .---------------------------------------------------------------.
al@21020 28 | Now you can do: |
al@21020 29 | # cd /usr/lib/t2 |
al@21020 30 | # scripts/Config |
al@21020 31 | |
al@21020 32 | But read http://www.t2-project.org/handbook/html/t2-book.html |
al@21020 33 | before... |
al@21020 34 '---------------------------------------------------------------'
pascal@11227 35 EOT
pascal@11227 36 }