wok rev 22000

updated t2 (8.0-rc2 -> 8.0)
author Hans-G?nter Theisgen
date Fri Oct 18 16:04:25 2019 +0100 (2019-10-18)
parents a5dc7e70b051
children c057ec7423a0
files t2/receipt
line diff
     1.1 --- a/t2/receipt	Fri Oct 18 15:25:38 2019 +0100
     1.2 +++ b/t2/receipt	Fri Oct 18 16:04:25 2019 +0100
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="t2"
     1.7 -VERSION="8.0-rc2"
     1.8 +VERSION="8.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="System Development Environment."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://www.t2-project.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://www.t2-project.org/"
    1.17  WGET_URL="http://dl.t2-project.org/source/$TARBALL"
    1.18  
    1.19 -DEPENDS="slitaz-toolchain bash ncurses"
    1.20 +DEPENDS="bash ncurses slitaz-toolchain"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr/lib
    1.26 -	cp -a $src $fs/usr/lib/t2
    1.27 +	cp -a $src	$fs/usr/lib/t2
    1.28  }
    1.29  
    1.30  # Pre and post install commands for Tazpkg.