9005b04bc0
These options are part of the default set of options passed to ./configure by the AUTOTARGETS infrastructure. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
378 B
Makefile
15 lines
378 B
Makefile
#############################################################
|
|
#
|
|
# ipkg
|
|
#
|
|
#############################################################
|
|
|
|
IPKG_VERSION = 0.99.163
|
|
IPKG_SOURCE = ipkg-$(IPKG_VERSION).tar.gz
|
|
IPKG_SITE = http://www.handhelds.org/download/packages/ipkg
|
|
IPKG_AUTORECONF = NO
|
|
IPKG_INSTALL_STAGING = YES
|
|
IPKG_INSTALL_TARGET = YES
|
|
|
|
$(eval $(call AUTOTARGETS,package,ipkg))
|