# HG changeset patch # User Eric Joseph-Alexandre # Date 1295999835 -3600 # Node ID 18ceed3eef8dca25b7fb546d85930a861482b99a # Parent c0a034d67b5eb315bdff445f0ebba20afda13077 rm ovz-web-panel: move to wok diff -r c0a034d67b5e -r 18ceed3eef8d ovz-web-panel/receipt --- a/ovz-web-panel/receipt Wed Jan 26 00:56:28 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,63 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ovz-web-panel" -VERSION="1.7" -CATEGORY="networking" -SHORT_DESC="GUI web-based frontend for OpenVZ" -MAINTAINER="erjo@slitaz.org" -DEPENDS="ruby rubygems sqlite3-ruby" -TARBALL="${PACKAGE}-${VERSION}.tgz" -WEB_SITE="http://code.google.com/p/ovz-web-panel/" -WGET_URL="http://ovz-web-panel.googlecode.com/files/$TARBALL" - - -# Rules to configure and make the package. -compile_rules() -{ - cd $PACKAGE - # Apply patches - while read patch_file; do - if [ -f done.$patch_file ]; then - echo "Skipping $patch_file" - continue - fi - echo "Apply $patch_file" - patch -p1 < ../stuff/$patch_file || exit 1 - touch done.$patch_file - done <