wok diff vim/receipt @ rev 14079
linux: use the ondemand governor
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 22 17:14:40 2013 +0100 (2013-02-22) |
parents | dd9679f8a35f |
children | 749ffdd335d7 |
line diff
1.1 --- a/vim/receipt Thu Feb 16 11:20:12 2012 +0000 1.2 +++ b/vim/receipt Fri Feb 22 17:14:40 2013 +0100 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Advanced text editor" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="ncurses acl" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.vim.org/" 1.10 WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL" 1.11 CONFIG_FILES="/etc/vim/vimrc" 1.12 TAGS="text-editor" 1.13 1.14 +DEPENDS="ncurses acl diffutils" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 {