English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/common-nfo/package/ez-ipupdate/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3427 - (show annotations) (download)
Wed Aug 8 11:08:41 2007 UTC (6 years, 6 months ago) by tg
File size: 1096 byte(s)
merge in trunk rev. 3426
1 # $FreeWRT$
2 #-
3 # This file is part of the FreeWRT project. FreeWRT is copyrighted
4 # material, please see the LICENCE file in the top-level directory
5 # or at http://www.freewrt.org/licence for details.
6
7 include ${TOPDIR}/rules.mk
8
9 PKG_NAME:= ez-ipupdate
10 PKG_VERSION:= 3.0.11b8
11 PKG_RELEASE:= 9
12 PKG_MD5SUM:= 000211add4c4845ffa4211841bff4fb0
13 DISTFILES:= ${PKG_NAME}_${PKG_VERSION}.orig.tar.gz
14 MASTER_SITES:= http://ftp.debian.org/debian/pool/main/e/ez-ipupdate/ \
15 http://ftp.de.debian.org/debian/pool/main/e/ez-ipupdate/
16
17 include ${TOPDIR}/mk/package.mk
18
19 ${eval ${call PKG_template,EZIPUPDATE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}}}
20
21 CONFIGURE_STYLE= gnu
22 BUILD_STYLE= auto
23
24 do-install:
25 ${INSTALL_DIR} ${IDIR_EZIPUPDATE}/etc
26 install -m0600 ./files/${PKG_NAME}.conf ${IDIR_EZIPUPDATE}/etc/
27 ${INSTALL_DIR} ${IDIR_EZIPUPDATE}/usr/sbin
28 ${INSTALL_BIN} ${WRKBUILD}/${PKG_NAME} ${IDIR_EZIPUPDATE}/usr/sbin/
29 ${INSTALL_DIR} ${IDIR_EZIPUPDATE}/etc/init.d
30 ${INSTALL_SCRIPT} ./files/ez-ipupdate.init \
31 ${IDIR_EZIPUPDATE}/etc/init.d/ez-ipupdate
32
33 include ${TOPDIR}/mk/pkg-bottom.mk

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20