]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Converted lfs/bootutils to new LFS format.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Nov 2008 19:27:47 +0000 (19:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Nov 2008 19:27:47 +0000 (19:27 +0000)
lfs/bootutils

index 12f105b1f11232e7140278e1ca75e56c46247db3..79d5593316ceee2a82bbf44fb7fa061ed438f664 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt                 #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = bootutils
 VER        = 0.0.8
+PKG_VER    = 0
 
 THISAPP    = $(PKG_NAME)-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -33,6 +34,21 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Tools
+EXTRA      = no
+DEBUG      = no
+DEPS       =
+
+URL        = http://freshmeat.net/projects/bootutils/
+LICENSE    = GPLv2+
+SHORT_DESC = BootUtils are utilities to facilitate booting.
+
+define LONG_DESC
+       BootUtils is a collection of utilities to facilitate booting of Linux \
+       2.6-based systems.
+endef
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -50,9 +66,9 @@ $(objects) :
 # Installation Details
 ###############################################################################
 
-$(TARGET) : 
+$(TARGET): $(objects)
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=""
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install