Changeset c8b93bd in freewrt for package/util-linux/Makefile
- Timestamp:
- Sep 16, 2006, 6:21:37 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 9036ea5
- Parents:
- 8e47882
- File:
-
- 1 edited
-
package/util-linux/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/util-linux/Makefile
r8e47882 rc8b93bd 1 # $Id: Makefile 3112 2006-02-01 23:53:19Z mbm $ 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. 2 6 3 7 include $(TOPDIR)/rules.mk 4 8 5 PKG_NAME:= fdisk6 PKG_VERSION:= 2.12r7 PKG_RELEASE:= 18 PKG_MD5SUM:= c261230b27fc0fbcc287c76884caf2d39 PKG_NAME:= fdisk 10 PKG_VERSION:= 2.12r 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= c261230b27fc0fbcc287c76884caf2d3 9 13 10 PKG_SOURCE_URL:=ftp://ftp.kernel.org/pub/linux/utils/util-linux/ \ 11 http://ftp.kernel.org/pub/linux/utils/util-linux/ \ 12 ftp://ftp.de.kernel.org/pub/linux/utils/util-linux/ \ 13 http://ftp.de.kernel.org/pub/linux/utils/util-linux/ 14 PKG_SOURCE:=util-linux-$(PKG_VERSION).tar.gz 14 PKG_SOURCE_URL:= ftp://ftp.kernel.org/pub/linux/utils/util-linux/ \ 15 http://ftp.kernel.org/pub/linux/utils/util-linux/ \ 16 ftp://ftp.de.kernel.org/pub/linux/utils/util-linux/ \ 17 http://ftp.de.kernel.org/pub/linux/utils/util-linux/ 18 PKG_SOURCE:= util-linux-$(PKG_VERSION).tar.gz 19 15 20 WRKSRC= ${WRKDIR}/util-linux-$(PKG_VERSION) 16 21 17 include $(TOPDIR)/ package/rules.mk22 include $(TOPDIR)/mk/package.mk 18 23 19 24 $(eval $(call PKG_template,FDISK,fdisk,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) … … 59 64 $(RSTRIP) $(IDIR_SWAP_UTILS) 60 65 $(IPKG_BUILD) $(IDIR_SWAP_UTILS) $(PACKAGE_DIR) 61 62 mostlyclean:63 -$(MAKE) -C $(WRKBUILD) clean64 rm -f $(WRKBUILD)/.built
Note:
See TracChangeset
for help on using the changeset viewer.
