| 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= wdfs
|
|---|
| 10 | PKG_VERSION= 1.4.2
|
|---|
| 11 | PKG_RELEASE= 2
|
|---|
| 12 | PKG_MD5SUM= 628bb44194d04c1cf8aacc446ed0a230
|
|---|
| 13 | MASTER_SITES= http://noedler.de/projekte/wdfs/
|
|---|
| 14 |
|
|---|
| 15 | include ${TOPDIR}/mk/package.mk
|
|---|
| 16 |
|
|---|
| 17 | $(eval $(call PKG_template,WDFS,wdfs,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
|
|---|
| 18 |
|
|---|
| 19 | CONFIGURE_STYLE= gnu
|
|---|
| 20 | BUILD_STYLE= auto
|
|---|
| 21 | INSTALL_STYLE= auto
|
|---|
| 22 |
|
|---|
| 23 | post-install:
|
|---|
| 24 | cd ${WRKINST} && ${PCP} usr/bin/wdfs ${IDIR_WDFS}/
|
|---|
| 25 |
|
|---|
| 26 | include ${TOPDIR}/mk/pkg-bottom.mk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.