# HG changeset patch # User Pascal Bellard # Date 1300264798 -3600 # Node ID 6551d4df1ace3ba79b263c84ca98abe4faecce61 # Parent 118babc9679f6e6b5a28f7144227d9911552c6b2 backuppc: fix compile_rules diff -r 118babc9679f -r 6551d4df1ace backuppc/receipt --- a/backuppc/receipt Wed Mar 16 09:13:12 2011 +0100 +++ b/backuppc/receipt Wed Mar 16 09:39:58 2011 +0100 @@ -21,13 +21,14 @@ compile_rules() { cd $src - mkdir -p $PWD/_pkg/etc/apache/conf.d - cp httpd/BackupPC.conf $PWD/_pkg/etc/apache/conf.d + mkdir -p _pkg/etc/apache/conf.d perl configure.pl --batch --dest-dir=$PWD/_pkg --install-dir=/usr \ --data-dir=/var/lib/BackupPC --config-dir=/etc/BackupPC \ --log-dir=/var/log/BackupPC --backuppc-user=www \ --hostname=localhost --html-dir=/usr/share/BackupPC/www \ - --html-dir-url=/BackupPC/img --cgi-dir=/usr/share/BackupPC/cgi + --html-dir-url=/BackupPC/img \ + --cgi-dir=/usr/share/BackupPC/cgi && + cp httpd/BackupPC.conf _pkg/etc/apache/conf.d } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 118babc9679f -r 6551d4df1ace par2/receipt --- a/par2/receipt Wed Mar 16 09:13:12 2011 +0100 +++ b/par2/receipt Wed Mar 16 09:39:58 2011 +0100 @@ -9,6 +9,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://parchive.sourceforge.net/" WGET_URL="$SF_MIRROR/parchive/$TARBALL" +DEPENDS="gcc-lib-base" # Rules to configure and make the package. compile_rules()