summaryrefslogtreecommitdiff
path: root/package/ez-ipupdate/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/ez-ipupdate/Makefile
Initial import
Diffstat (limited to 'package/ez-ipupdate/Makefile')
-rw-r--r--package/ez-ipupdate/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/package/ez-ipupdate/Makefile b/package/ez-ipupdate/Makefile
new file mode 100644
index 000000000..c7afd482a
--- /dev/null
+++ b/package/ez-ipupdate/Makefile
@@ -0,0 +1,32 @@
+# $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:= ez-ipupdate
+PKG_VERSION:= 3.0.11b8
+PKG_RELEASE:= 10
+PKG_MD5SUM:= 000211add4c4845ffa4211841bff4fb0
+DISTFILES:= ${PKG_NAME}_${PKG_VERSION}.orig.tar.gz
+MASTER_SITES:= http://ftp.debian.org/debian/pool/main/e/ez-ipupdate/ \
+ http://ftp.de.debian.org/debian/pool/main/e/ez-ipupdate/
+
+include ${TOPDIR}/mk/package.mk
+
+${eval ${call PKG_template,EZIPUPDATE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}}}
+
+CONFIGURE_STYLE= gnu
+BUILD_STYLE= auto
+
+do-install:
+ ${INSTALL_DIR} ${IDIR_EZIPUPDATE}/etc
+ install -m0600 ./files/${PKG_NAME}.conf ${IDIR_EZIPUPDATE}/etc/
+ ${INSTALL_DIR} ${IDIR_EZIPUPDATE}/usr/sbin
+ ${INSTALL_BIN} ${WRKBUILD}/${PKG_NAME} ${IDIR_EZIPUPDATE}/usr/sbin/
+ ${INSTALL_DIR} ${IDIR_EZIPUPDATE}/etc/init.d
+ ${INSTALL_SCRIPT} ./files/ez-ipupdate.init \
+ ${IDIR_EZIPUPDATE}/etc/init.d/ez-ipupdate
+
+include ${TOPDIR}/mk/pkg-bottom.mk