wok diff tmux/receipt @ rev 16874

Up atk-dev (2.7.5)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:06:14 2014 -0300 (2014-07-13)
parents 4eb561fa0e5d
children 4be14acc67dd
line diff
     1.1 --- a/tmux/receipt	Fri Mar 21 19:47:34 2014 +0000
     1.2 +++ b/tmux/receipt	Sun Jul 13 13:06:14 2014 -0300
     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 &&