wok-next diff vfu/receipt @ rev 15608
hubbub: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 06 20:31:17 2013 +0000 (2013-12-06) |
parents | 33e84bccec26 |
children | 3ba8d2c9720d |
line diff
1.1 --- a/vfu/receipt Mon Apr 22 21:54:08 2013 +0200 1.2 +++ b/vfu/receipt Fri Dec 06 20:31:17 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="VFU is a console (text mode) file manager for UNIX/Linux." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="ncurses pcre" 1.8 -BUILD_DEPENDS="ncurses-dev pcre-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://cade.datamax.bg/vfu/" 1.12 WGET_URL="http://cade.datamax.bg/vfu/$TARBALL" 1.13 1.14 +DEPENDS="ncurses pcre" 1.15 +BUILD_DEPENDS="ncurses-dev pcre-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {