From 81b197138987c7b5aa80ca5f3a8236b2b941da81 Mon Sep 17 00:00:00 2001 From: jow Date: Sat, 4 Feb 2012 19:35:24 +0000 Subject: [PATCH] [packages_10.03.2] axel: merge r29199 git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30079 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/axel/Makefile | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/net/axel/Makefile b/net/axel/Makefile index fe00f32..415dc7e 100644 --- a/net/axel/Makefile +++ b/net/axel/Makefile @@ -1,4 +1,5 @@ # +# Copyright (C) 2010-2011 OpenWrt.org # Copyright (C) 2010 Gianluigi Tiesi # # This is free software, licensed under the GNU General Public License v2. @@ -9,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=axel PKG_VERSION:=2.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://alioth.debian.org/frs/download.php/3015 @@ -36,13 +37,13 @@ define Package/axel/description endef # notes: -# - I'm using = and not += because it is not a standard configure script +# - I'm using := and not += because it is not a standard configure script # - I ask not to strip, because it should be handled by the toolchain -CONFIGURE_ARGS = \ - --prefix=/usr \ - --etcdir=/etc \ - --debug=0 \ - --i18n=0 \ +CONFIGURE_ARGS := \ + --prefix=/usr \ + --etcdir=/etc \ + --debug=0 \ + --i18n=0 \ --strip=0 define Package/axel/install @@ -53,4 +54,8 @@ define Package/axel/install echo "alternate_output = 1" >> $(1)/etc/axelrc endef +define Package/axel/conffiles +/etc/axelrc +endef + $(eval $(call BuildPackage,axel)) -- 2.11.0