Bug 1723

Summary: [PATCH] axel: convert to generic package infrastructure and bump to version 2.4
Product: buildroot Reporter: Kelvin Cheung <keguang.zhang>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.05   
Hardware: PC   
OS: Linux   
Host: Kubuntu 9.10 Target: armv4
Build:
Attachments: Convert axel to autotools infrastructure and bump to version 2.4.
convert to generic package infrastructure and bump to version 2.4

Description Kelvin Cheung 2010-05-07 08:05:48 UTC
Convert axel to autotools infrastructure and bump to version 2.4.
Comment 1 Kelvin Cheung 2010-05-07 08:08:41 UTC
Created attachment 1687 [details]
Convert axel to autotools infrastructure and bump to version 2.4.
Comment 2 Thomas Petazzoni 2010-06-07 10:20:06 UTC
Thanks!

However, this patch is not completely correct :

 * AXEL_CONFIGURE_CMDS shouldn't be defined. Instead, you should use AXEL_CONF_OPT to pass the --i18n=0 option. No need to pass --prefix.

 * Are you sure you need to pass AXEL_MAKE_OPT and AXEL_INSTALL_TARGET ? If the package uses autoconf/automake, it shouldn't be needed.
Comment 3 Kelvin Cheung 2010-06-08 03:39:28 UTC
Created attachment 1945 [details]
convert to generic package infrastructure and bump to version 2.4

axel uses a handwritten configure script, not autotools.
So, I have to convert it to generic package.
Comment 4 Gustavo Zacarias 2011-02-02 14:33:57 UTC
Done by Martin Banky in commit 0f9da87c1d18598f308ed129d027f65cdffcde77