From ba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2009 20:39:07 +0200 Subject: optimize ipkg package management - generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig --- package/dhcpv6/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package/dhcpv6/Makefile (limited to 'package/dhcpv6/Makefile') diff --git a/package/dhcpv6/Makefile b/package/dhcpv6/Makefile new file mode 100644 index 000000000..6fdeaca9e --- /dev/null +++ b/package/dhcpv6/Makefile @@ -0,0 +1,29 @@ +# $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 -- cgit v1.2.3