3 include $(TOPDIR
)/rules.mk
8 PKG_MD5SUM
:=79a29fe9f79b2f3241d4915767b8c511
10 PKG_SOURCE_URL
:=http
://ftp.debian.org
/debian
/pool
/main
/n
/nfs-user-server
11 PKG_SOURCE
:=nfs-user-server_
$(PKG_VERSION
).orig.
tar.gz
14 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)-$(PKG_VERSION
)
15 PKG_INSTALL_DIR
:=$(PKG_BUILD_DIR
)/ipkg-install
17 include $(TOPDIR
)/package
/rules.mk
19 $(eval
$(call PKG_template
,NFS_SERVER
,nfs-server
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(ARCH
)))
21 $(PKG_BUILD_DIR
)/.configured
:
22 (cd
$(PKG_BUILD_DIR
); rm -rf config.
{cache
,status
} ; \
23 $(TARGET_CONFIGURE_OPTS
) \
24 CFLAGS
="$(TARGET_CFLAGS)" \
26 --target
=$(GNU_TARGET_NAME
) \
27 --host
=$(GNU_TARGET_NAME
) \
28 --build
=$(GNU_HOST_NAME
) \
34 --datadir=/usr
/share \
35 --includedir=/usr
/include \
36 --infodir=/usr
/share
/info \
38 --libexecdir
=/usr
/lib \
39 --localstatedir
=/var \
40 --mandir=/usr
/share
/man \
43 $(DISABLE_LARGEFILE
) \
46 touch
$(PKG_BUILD_DIR
)/.configured
48 $(PKG_BUILD_DIR
)/.built
:
49 $(MAKE
) -C
$(PKG_BUILD_DIR
)
50 touch
$(PKG_BUILD_DIR
)/.built
53 install -d
-m0755
$(IDIR_NFS_SERVER
)/etc
54 install -m0644 .
/files
/nfsd.exports
$(IDIR_NFS_SERVER
)/etc
/exports
55 install -d
-m0755
$(IDIR_NFS_SERVER
)/etc
/init.d
56 install -m0644 .
/files
/nfsd.init
$(IDIR_NFS_SERVER
)/etc
/init.d
/S60nfsd
57 install -d
-m0755
$(IDIR_NFS_SERVER
)/usr
/sbin
58 install -m0755
$(PKG_BUILD_DIR
)/rpc.
* $(IDIR_NFS_SERVER
)/usr
/sbin
/
59 $(RSTRIP
) $(IDIR_NFS_SERVER
)
60 $(IPKG_BUILD
) $(IDIR_NFS_SERVER
) $(PACKAGE_DIR
)