From daa6e0d05fff7a0d1216fd6719e32d5426b24e8b Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Tue, 13 Jul 2010 12:47:05 +0000 Subject: main/bacula: ref #384 --- main/bacula/APKBUILD | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'main/bacula') diff --git a/main/bacula/APKBUILD b/main/bacula/APKBUILD index ff4161ea1..ab85b86bf 100644 --- a/main/bacula/APKBUILD +++ b/main/bacula/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leonardo Arena pkgname="bacula" pkgver=5.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="Enterprise ready, network based backup program" url="http://www.bacula.org" license="GPL2" @@ -29,11 +29,8 @@ prepare () { build() { cd "$srcdir/$pkgname-$pkgver" export LDFLAGS= - # Need to run configure at least once # in order to do not go into an infinite loop - ./configure - make configure - make distclean + aclocal && autoconf && automake ./configure --prefix=/usr \ --sysconfdir=/etc/bacula \ @@ -56,11 +53,7 @@ build() { --with-sd-user=bacula \ --with-sd-group=bacula \ --with-fd-user=root \ - --with-fd-group=root \ - --with-dir-password=PuemReTsKKObLe3TTaU73a3dPWwISW \ - --with-fd-password=Mbh1ujsgZ2ogRFVjPWD9TAVMFP6o8E \ - --with-sd-password=icpaksuq0gpDStLT8Uqgk1HIozFnx1 \ - --with-db-password=BQrlfPPfdXdMHlJID0HrGHZde2Lqd9 + --with-fd-group=root make || return 1 } -- cgit v1.2.3