wok-next diff tcllib/receipt @ rev 18892
remove: tazpanel-ttf-css, tazpanel-theme-sandfive(in wok-backports)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Feb 12 20:27:04 2016 +0000 (2016-02-12) |
parents | de49f29b101e |
children | c4e53a39395a |
line diff
1.1 --- a/tcllib/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/tcllib/receipt Fri Feb 12 20:27:04 2016 +0000 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://sourceforge.net/projects/tcllib/" 1.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="tcl" 1.10 BUILD_DEPENDS="tcl" 1.11 @@ -16,11 +17,8 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 ./configure \ 1.17 --prefix=/usr \ 1.18 - --infodir=/usr/share/info \ 1.19 - --mandir=/usr/share/man \ 1.20 $CONFIGURE_ARGS && 1.21 make DESTDIR=$DESTDIR install 1.22 }