summaryrefslogtreecommitdiff
path: root/package/dhcpv6/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:49:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:49:34 +0200
commit8a2754e0fbdea7497281327f2896be2a1253a107 (patch)
treebc7c400745fde54e6fb7a010fcb026258564d3bc /package/dhcpv6/Makefile
parent9bd4456c5a83c3474fdf9fe5cf14004a0874e2c8 (diff)
parent2d3aaf1664850031f5497e121dc82ab65f63641a (diff)
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dhcpv6/Makefile')
-rw-r--r--package/dhcpv6/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/package/dhcpv6/Makefile b/package/dhcpv6/Makefile
deleted file mode 100644
index 6fdeaca9e..000000000
--- a/package/dhcpv6/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id$
-#-
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${TOPDIR}/rules.mk
-
-PKG_NAME:= dhcpv6
-PKG_VERSION:= 1.2.0
-PKG_RELEASE:= 1
-PKG_MD5SUM:= d537416b33002f56912b7f27477d8d35
-PKG_DESCR:= Dynamic Host Configuration Protocol for IPv6 (DHCPv6) server
-PKG_SECTION:= net
-PKG_DEPENDS:= libncurses libnl
-PKG_URL:= https://fedorahosted.org/dhcpv6
-PKG_SITES:= https://fedorahosted.org/releases/d/h/dhcpv6/
-
-include ${TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,DHCPV6_SERVER,dhcpv6-server,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIGURE_STYLE:= autoconf gnu
-BUILD_STYLE:= auto
-INSTALL_STYLE:= auto
-
-post-install:
- ${INSTALL_DIR} ${IDIR_DHCP6_SERVER}/usr/sbin
-
-include ${TOPDIR}/mk/pkg-bottom.mk