From 52032d0f8733a4baf2b61aea21a92e66b311c7a5 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 8 Aug 2006 01:22:05 +0000 Subject: [PATCH] fix download url, reorg variables, indent SVN-Revision: 4516 --- admin/osiris/Makefile | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/admin/osiris/Makefile b/admin/osiris/Makefile index 7c396bf391..24520d838b 100644 --- a/admin/osiris/Makefile +++ b/admin/osiris/Makefile @@ -11,13 +11,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=osiris PKG_VERSION:=4.2.1 PKG_RELEASE:=1 -PKG_MD5SUM:=11445f7d8dec737f0be89357f5c5bcae -PKG_SOURCE_URL:=http://www.hostintegrity.com/osiris/data/ + +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=http://osiris.shmoo.com/data/ +PKG_MD5SUM:=11445f7d8dec737f0be89357f5c5bcae PKG_CAT:=zcat -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(INCLUDE_DIR)/package.mk @@ -32,11 +33,14 @@ define Package/osirisd endef define Build/Configure -$(call Build/Configure/Default,--with-osiris-user=root \ - --with-root-dir=/var/lib/osiris \ - --with-readline=no, ac_cv_openssldir="$(STAGING_DIR)/usr" \ - ac_cv_have_accrights_in_msghdr=no \ - ac_cv_have_control_in_msghdr=yes) + $(call Build/Configure/Default, \ + --with-osiris-user=root \ + --with-root-dir=/var/lib/osiris \ + --with-readline=no, \ + ac_cv_openssldir="$(STAGING_DIR)/usr" \ + ac_cv_have_accrights_in_msghdr=no \ + ac_cv_have_control_in_msghdr=yes \ + ) endef define Build/Compile -- 2.30.2