wok-current rev 22012
updated tcllib (1.12 -> 1.19)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Oct 19 15:47:58 2019 +0100 (2019-10-19) |
parents | 615e149ced57 |
children | 2448da3bb9c5 |
files | tcllib/receipt |
line diff
1.1 --- a/tcllib/receipt Sat Oct 19 15:38:02 2019 +0100 1.2 +++ b/tcllib/receipt Sat Oct 19 15:47:58 2019 +0100 1.3 @@ -1,24 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tcllib" 1.7 -VERSION="1.12" 1.8 +VERSION="1.19" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Tcl-only library of standard routines for Tcl." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="BSD" 1.13 +WEB_SITE="https://sourceforge.net/projects/tcllib/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://sourceforge.net/projects/tcllib/" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 -HOST_ARCH="i486 arm" 1.19 1.20 DEPENDS="tcl" 1.21 BUILD_DEPENDS="tcl" 1.22 1.23 +HOST_ARCH="i486 arm" 1.24 + 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - ./configure \ 1.29 - --prefix=/usr \ 1.30 + ./configure \ 1.31 + --prefix=/usr \ 1.32 $CONFIGURE_ARGS && 1.33 make DESTDIR=$DESTDIR install 1.34 } 1.35 @@ -27,6 +29,7 @@ 1.36 genpkg_rules() 1.37 { 1.38 mkdir -p $fs/usr/lib 1.39 - cp -a $install/usr/bin $fs/usr 1.40 - cp -a $install/usr/lib/* $fs/usr/lib 1.41 + 1.42 + cp -a $install/usr/bin $fs/usr 1.43 + cp -a $install/usr/lib/* $fs/usr/lib 1.44 }