# HG changeset patch # User Hans-G?nter Theisgen # Date 1571411065 -3600 # Node ID 7491bbeb0220f57868815a5bcc260bc9ee1640cf # Parent a5dc7e70b051d203d4cddd07786b5cf18c2ee9d9 updated t2 (8.0-rc2 -> 8.0) diff -r a5dc7e70b051 -r 7491bbeb0220 t2/receipt --- a/t2/receipt Fri Oct 18 15:25:38 2019 +0100 +++ b/t2/receipt Fri Oct 18 16:04:25 2019 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="t2" -VERSION="8.0-rc2" +VERSION="8.0" CATEGORY="development" SHORT_DESC="System Development Environment." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://www.t2-project.org/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.t2-project.org/" WGET_URL="http://dl.t2-project.org/source/$TARBALL" -DEPENDS="slitaz-toolchain bash ncurses" +DEPENDS="bash ncurses slitaz-toolchain" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $src $fs/usr/lib/t2 + cp -a $src $fs/usr/lib/t2 } # Pre and post install commands for Tazpkg.