summaryrefslogtreecommitdiffstats
path: root/package/openresolv/openresolv.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/openresolv/openresolv.mk')
-rw-r--r--package/openresolv/openresolv.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/package/openresolv/openresolv.mk b/package/openresolv/openresolv.mk
new file mode 100644
index 0000000000..6adf973527
--- /dev/null
+++ b/package/openresolv/openresolv.mk
@@ -0,0 +1,25 @@
+################################################################################
+#
+# openresolv
+#
+################################################################################
+
+OPENRESOLV_VERSION = fe4e1ec4e2be2adfc1530ade94ebb30aa6f51540
+OPENRESOLV_SITE = $(call github,rsmarples,openresolv,$(OPENRESOLV_VERSION))
+OPENRESOLV_LICENSE = BSD-2-Clause
+OPENRESOLV_LICENSE_FILES = LICENSE
+
+define OPENRESOLV_CONFIGURE_CMDS
+ cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure --prefix=/usr \
+ --sysconfdir=/etc
+endef
+
+define OPENRESOLV_BUILD_CMDS
+ $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
+endef
+
+define OPENRESOLV_INSTALL_TARGET_CMDS
+ $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR="$(TARGET_DIR)" install
+endef
+
+$(eval $(generic-package))
OpenPOWER on IntegriCloud