wok diff ncdu/receipt @ rev 17208
pcmanfm: fix build:add libfm-gtk
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 09 20:42:50 2014 +0200 (2014-10-09) |
parents | ba3b4a174a88 |
children | 4d75ab15b328 |
line diff
1.1 --- a/ncdu/receipt Sun Oct 14 20:46:46 2012 +0100 1.2 +++ b/ncdu/receipt Thu Oct 09 20:42:50 2014 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="NCurses Disk Usage." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="ncurses ncursesw" 1.8 -BUILD_DEPENDS="ncurses-dev" 1.9 +LICENSE="MIT" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://dev.yorhel.nl/ncdu" 1.12 WGET_URL="http://dev.yorhel.nl/download/$TARBALL" 1.13 1.14 +DEPENDS="ncurses ncursesw" 1.15 +BUILD_DEPENDS="ncurses-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {