summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-09-23 13:47:09 +0000
committerNicolas Thill <nico@openwrt.org>2006-09-23 13:47:09 +0000
commit26160bc233f39fc2c91cff0d630d307a26874294 (patch)
treea508537396f462e9fc9015f7612578117d0fa2bf /openwrt/package
parentae88523368ec04f0222ba08a21b118aa97a7986b (diff)
downloadmtk-20170518-26160bc233f39fc2c91cff0d630d307a26874294.zip
mtk-20170518-26160bc233f39fc2c91cff0d630d307a26874294.tar.gz
mtk-20170518-26160bc233f39fc2c91cff0d630d307a26874294.tar.bz2
standardize Makefile, change section from base to net
SVN-Revision: 4824
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/ipsec-tools/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/openwrt/package/ipsec-tools/Makefile b/openwrt/package/ipsec-tools/Makefile
index 3548590..d45a40e 100644
--- a/openwrt/package/ipsec-tools/Makefile
+++ b/openwrt/package/ipsec-tools/Makefile
@@ -24,16 +24,15 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk
define Package/ipsec-tools
-SECTION:=base
-CATEGORY:=Network
-DEPENDS:=@LINUX_2_6 +libopenssl
-TITLE:=IPsec management tools
-DESCRIPTION:=IPsec management tools
-URL:=http://ipsec-tools.sourceforge.net/
+ SECTION:=net
+ CATEGORY:=Network
+ DEPENDS:=@LINUX_2_6 +libopenssl
+ TITLE:=IPsec management tools
+ URL:=http://ipsec-tools.sourceforge.net/
endef
define Build/Configure
- (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
+ (cd $(PKG_BUILD_DIR); rm -f config.cache; \
touch configure.ac; \
touch aclocal.m4; \
touch Makefile.in; \
@@ -78,7 +77,10 @@ define Build/Configure
endef
define Build/Compile
- $(call Build/Compile/Default,DESTDIR="$(PKG_INSTALL_DIR)" all install)
+ $(call Build/Compile/Default, \
+ DESTDIR="$(PKG_INSTALL_DIR)" \
+ all install \
+ )
endef
define Package/ipsec-tools/install