| Line | |
|---|
| 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= rdate
|
|---|
| 10 | PKG_VERSION= 20070514
|
|---|
| 11 | PKG_RELEASE= 10
|
|---|
| 12 | PKG_MD5SUM= 22f4a8e56b4b5ad6f695a8a694215491
|
|---|
| 13 | MASTER_SITES= ${MASTER_SITE_MIRBSD:distfiles/=dist/mir/rdate/}
|
|---|
| 14 | WRKDIST= ${WRKDIR}/${PKG_NAME}
|
|---|
| 15 |
|
|---|
| 16 | include ${TOPDIR}/mk/package.mk
|
|---|
| 17 |
|
|---|
| 18 | $(eval $(call PKG_template,RDATE,rdate,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
|
|---|
| 19 |
|
|---|
| 20 | MAKE_FILE= GNUmakefile
|
|---|
| 21 | BUILD_STYLE= auto
|
|---|
| 22 |
|
|---|
| 23 | do-install:
|
|---|
| 24 | ${INSTALL_DIR} ${IDIR_RDATE}/{etc/init.d,usr/{ucb,sbin}}
|
|---|
| 25 | ${INSTALL_BIN} ${WRKBUILD}/rdate ${IDIR_RDATE}/usr/ucb/
|
|---|
| 26 | cd ${IDIR_RDATE}/usr/sbin && ln -sf ../ucb/rdate
|
|---|
| 27 | ${INSTALL_DATA} rdate.init ${IDIR_RDATE}/etc/init.d/rdate
|
|---|
| 28 |
|
|---|
| 29 | include ${TOPDIR}/mk/pkg-bottom.mk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.