standardize Makefile, change section from base to net
SVN-Revision: 4824
This commit is contained in:
parent
ae88523368
commit
26160bc233
1 changed files with 10 additions and 8 deletions
|
@ -24,16 +24,15 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
define Package/ipsec-tools
|
define Package/ipsec-tools
|
||||||
SECTION:=base
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=@LINUX_2_6 +libopenssl
|
DEPENDS:=@LINUX_2_6 +libopenssl
|
||||||
TITLE:=IPsec management tools
|
TITLE:=IPsec management tools
|
||||||
DESCRIPTION:=IPsec management tools
|
URL:=http://ipsec-tools.sourceforge.net/
|
||||||
URL:=http://ipsec-tools.sourceforge.net/
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
|
(cd $(PKG_BUILD_DIR); rm -f config.cache; \
|
||||||
touch configure.ac; \
|
touch configure.ac; \
|
||||||
touch aclocal.m4; \
|
touch aclocal.m4; \
|
||||||
touch Makefile.in; \
|
touch Makefile.in; \
|
||||||
|
@ -78,7 +77,10 @@ define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default,DESTDIR="$(PKG_INSTALL_DIR)" all install)
|
$(call Build/Compile/Default, \
|
||||||
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
all install \
|
||||||
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ipsec-tools/install
|
define Package/ipsec-tools/install
|
||||||
|
|
Loading…
Reference in a new issue