wok diff yacpi/receipt @ rev 15026
sylpheed: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 11 22:07:47 2013 +0000 (2013-08-11) |
parents | 2d7ca3af31c4 |
children | 3ba8d2c9720d |
line diff
1.1 --- a/yacpi/receipt Fri Feb 22 19:51:05 2013 +0000 1.2 +++ b/yacpi/receipt Sun Aug 11 22:07:47 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Yet Another Configuration and Power Interface." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="ncurses libacpi" 1.8 -BUILD_DEPENDS="ncurses-dev libacpi-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.ngolde.de/yacpi.html" 1.12 WGET_URL="http://www.ngolde.de/download/$TARBALL" 1.13 1.14 +DEPENDS="ncurses libacpi" 1.15 +BUILD_DEPENDS="ncurses-dev libacpi-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {