wok diff apcupsd/receipt @ rev 16959
mplayer-opt: typo, --disable-esd
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Jul 29 01:39:13 2014 +0200 (2014-07-29) |
parents | 7df05207d343 |
children | f0a0b5091b4a |
line diff
1.1 --- a/apcupsd/receipt Thu Nov 03 21:50:22 2011 +0100 1.2 +++ b/apcupsd/receipt Tue Jul 29 01:39:13 2014 +0200 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 }