wok-6.x diff tmux/receipt @ rev 17130
Up QtWeb (git-fork)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Sep 09 13:58:22 2014 +0200 (2014-09-09) |
parents | 4eb561fa0e5d |
children | 4be14acc67dd |
line diff
1.1 --- a/tmux/receipt Fri Mar 21 19:47:34 2014 +0000 1.2 +++ b/tmux/receipt Tue Sep 09 13:58:22 2014 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://tmux.sourceforge.net/" 1.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="ncursesw libevent" 1.10 BUILD_DEPENDS="ncursesw-dev libevent-dev" 1.11 @@ -16,8 +17,6 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 - 1.17 ./configure $CONFIGURE_ARGS && 1.18 make PREFIX=/usr && 1.19 make PREFIX=/usr install &&