kumquat-buildroot/package/opkg-utils/opkg-utils.mk
Thomas De Schampheleire 4dfed72218 opkg-utils: new package
Originally, the opkg sources also contained the tools needed to _create_ an
opkg package. In later releases, this code has been split to a separate
package opkg-utils.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-02-06 16:07:33 +01:00

22 lines
576 B
Makefile

################################################################################
#
# opkg-utils
#
################################################################################
OPKG_UTILS_VERSION = 0.3.4
OPKG_UTILS_SITE = http://git.yoctoproject.org/git/opkg-utils
OPKG_UTILS_SITE_METHOD = git
OPKG_UTILS_LICENSE = GPLv2+
OPKG_UTILS_LICENSE_FILES = COPYING
define HOST_OPKG_UTILS_BUILD_CMDS
$(MAKE) -C $(@D) $(HOST_CONFIGURE_OPTS)
endef
define HOST_OPKG_UTILS_INSTALL_CMDS
$(MAKE) -C $(@D) DESTDIR=$(HOST_DIR) PREFIX=/usr install
endef
$(eval $(host-generic-package))