8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
357 B
Makefile
13 lines
357 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_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|