wok-6.x diff t2/receipt @ rev 22250
updated xorg-xclock (1.0.6 -> 1.0.9)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 16:43:09 2019 +0100 (2019-11-12) |
parents | 9e01bc6321ea |
children | 934055de50e2 |
line diff
1.1 --- a/t2/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/t2/receipt Tue Nov 12 16:43:09 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.