wok diff apcupsd/receipt @ rev 15659
c_icap: do not start daemon while cooking
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 12 07:48:19 2013 +0000 (2013-12-12) |
parents | 7df05207d343 |
children | f0a0b5091b4a |
line diff
1.1 --- a/apcupsd/receipt Thu Nov 03 21:50:22 2011 +0100 1.2 +++ b/apcupsd/receipt Thu Dec 12 07:48:19 2013 +0000 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="APC UPS Power Management (daemon)" 1.6 MAINTAINER="devel@slitaz.org" 1.7 -BUILD_DEPENDS="slitaz-dev-pkgs libgd-dev libgd" 1.8 +LICENSE="GPL2" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.apcupsd.com/" 1.11 WGET_URL="http://netcologne.dl.sourceforge.net/project/$PACKAGE/$PACKAGE%20-%20Stable/$VERSION/$TARBALL" 1.12 1.13 +BUILD_DEPENDS="slitaz-dev-pkgs libgd-dev libgd" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -33,5 +35,5 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - cp -a $_pkg/* $fs 1.23 + cp -a $install/* $fs 1.24 }