wok-next diff joe/receipt @ rev 17370
Add linux64-module-headers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 21 13:38:52 2014 +0100 (2014-11-21) |
parents | 02efefc5d9de |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/joe/receipt Sat Aug 10 21:37:32 2013 +0000 1.2 +++ b/joe/receipt Fri Nov 21 13:38:52 2014 +0100 1.3 @@ -9,14 +9,14 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://joe-editor.sourceforge.net/" 1.6 WGET_URL="http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/$PACKAGE-$VERSION/$PACKAGE-$VERSION.tar.gz" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 -DEPENDS="ncurses" 1.10 -BUILD_DEPENDS="ncurses-dev" 1.11 +DEPENDS="ncursesw" 1.12 +BUILD_DEPENDS="ncursesw-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - cd $src 1.18 ./configure --sysconfdir=/etc \ 1.19 $CONFIGURE_ARGS && 1.20 make && make install 1.21 @@ -25,8 +25,8 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/etc/joe $fs/usr/share 1.26 + mkdir -p $fs/usr/share 1.27 + cp -a $install/etc $fs 1.28 cp -a $install/usr/bin $fs/usr 1.29 - cp -a $install/etc/ $fs 1.30 cp -a $install/usr/share/joe $fs/usr/share 1.31 }