wok-6.x diff tmux/receipt @ rev 16678
Add virtual packages Qt4, libcairo-compmgr, libpurple
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 16 09:47:35 2014 +0000 (2014-05-16) |
parents | 4eb561fa0e5d |
children | 4be14acc67dd |
line diff
1.1 --- a/tmux/receipt Fri Mar 21 19:47:34 2014 +0000 1.2 +++ b/tmux/receipt Fri May 16 09:47:35 2014 +0000 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 &&