wok diff ovz-web-panel/receipt @ rev 16821
mplayer-opt: --enable-runtime-cpudetection --disable-mencoder
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Jul 11 14:26:51 2014 +0000 (2014-07-11) |
parents | 051931e905b0 |
children | d6ca18366f41 |
line diff
1.1 --- a/ovz-web-panel/receipt Fri Dec 06 10:39:07 2013 +0000 1.2 +++ b/ovz-web-panel/receipt Fri Jul 11 14:26:51 2014 +0000 1.3 @@ -5,11 +5,12 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="GUI web-based frontend for OpenVZ" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="ruby-enterprise sqlite3-ruby" 1.8 +LICENSE="GPL2" 1.9 TARBALL="${PACKAGE}-${VERSION}.tgz" 1.10 WEB_SITE="http://code.google.com/p/ovz-web-panel/" 1.11 WGET_URL="http://ovz-web-panel.googlecode.com/files/$TARBALL" 1.12 1.13 +DEPENDS="ruby-enterprise sqlite3-ruby" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 @@ -39,7 +40,7 @@ 1.18 1.19 cp -a $install $fs/usr/share/$PACKAGE 1.20 cp -a $fs/usr/share/$PACKAGE/config/owp.conf.sample $fs/etc/owp.conf 1.21 - cp -a $fs/usr/share//$PACKAGE/utils/hw-daemon/hw-daemon.ini.sample $fs/usr/share/$PACKAGE/utils/hw-daemon/hw-daemon.ini 1.22 + cp -a $fs/usr/share/$PACKAGE/utils/hw-daemon/hw-daemon.ini.sample $fs/usr/share/$PACKAGE/utils/hw-daemon/hw-daemon.ini 1.23 1.24 # Set secret key 1.25 sed -i 's/secret/2918b7aafc1f5f753ee232a7e7f78175/' \