From: nico Date: Tue, 8 Aug 2006 01:22:05 +0000 (+0000) Subject: fix download url, reorg variables, indent X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=81b959eb249d5881c08fa18a8f69e936a412a4ab;p=packages.git fix download url, reorg variables, indent git-svn-id: svn://svn.openwrt.org/openwrt/packages@4516 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/admin/osiris/Makefile b/admin/osiris/Makefile index 7c396bf39..24520d838 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