wok-next view t2/receipt @ rev 20907

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents 9e01bc6321ea
children d5aab818505e
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://www.t2-project.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 cat <<EOT
26 Now you can do:
27 # cd /usr/lib/t2
28 # scripts/Config
30 But read http://www.t2-project.org/handbook/html/t2-book.html before...
32 EOT
33 }