root/trunk/freewrt/package/cifsmount/Makefile

Revision 1686, 0.7 kB (checked in by n0-1, 2 years ago)

merged from branches/common-adk 1310:1685

the following packages are not converted yet:
* alsa
* asterisk
* pmacct
* zaptel
* elinks
* libgd
* lua
* mypackage
* openser
* php*
* snort*
* tmsnc

additionally, freeradius doesn't compile.

happy fixing :P

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:=              cifsmount
10 PKG_VERSION:=           1.5
11 PKG_RELEASE:=           2
12 NO_DISTFILES:=          1
13 WRKDIST=                ${WRKDIR}/cifsmount
14
15 include ${TOPDIR}/mk/package.mk
16
17 $(eval $(call PKG_template,CIFSMOUNT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
18
19 do-build:
20         ${TARGET_CC} ${TARGET_CFLAGS} -o ${WRKBUILD}/mount.cifs mount.cifs.c
21
22 do-install:
23         ${INSTALL_DIR} ${IDIR_CIFSMOUNT}/sbin
24         ${INSTALL_BIN} ${WRKBUILD}/mount.cifs ${IDIR_CIFSMOUNT}/sbin/
25
26 include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracBrowser for help on using the browser.