source: freewrt/package/wdfs/Makefile@ 15aec9e

Last change on this file since 15aec9e was dfc9517, checked in by Thorsten Glaser <tg@…>, 18 years ago

oops

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2854 afb5a338-a214-0410-bd46-81f09a774fd1

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