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/ethtool/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: 709 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:= ethtool
10 PKG_VERSION:= 5
11 PKG_RELEASE:= 1
12 PKG_MD5SUM:= 5df7f165974e096e2de890e099f87a12
13 MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=gkernel/}
14
15 include ${TOPDIR}/mk/package.mk
16
17 $(eval $(call PKG_template,ETHTOOL,ethtool,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
18
19 CONFIGURE_STYLE= gnu
20 BUILD_STYLE= auto
21 INSTALL_STYLE= auto
22
23 post-install:
24 ${INSTALL_DIR} ${IDIR_ETHTOOL}/usr/sbin
25 ${CP} ${WRKINST}/usr/sbin/* ${IDIR_ETHTOOL}/usr/sbin
26
27 include ${TOPDIR}/mk/pkg-bottom.mk

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