gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r998: clean up fdisk and improve Makef


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r998: clean up fdisk and improve Makefile
Date: Sun, 28 Oct 2012 14:43:54 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 998
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-28 14:43:54 +0100
message:
  clean up fdisk and improve Makefile
added:
  gnu/fdisk/Makefile-2.0.0a
  gnu/fdisk/config.mk
modified:
  gnu/fdisk/Makefile
=== modified file 'gnu/fdisk/Makefile'
--- a/gnu/fdisk/Makefile        2012-09-03 22:02:34 +0000
+++ b/gnu/fdisk/Makefile        2012-10-28 13:43:54 +0000
@@ -1,17 +1,30 @@
 GARNAME = gnufdisk
 GARVERSION = 2.0.0a1
+HOME_URL = http://www.gnu.org/software/fdisk/
+DESCRIPTION = GNU fdisk, a command-line disk partitioning tool
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = fdisk/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS =  gettext 
 LIBDEPS = libtool ncurses e2fsprogs parted libiconv
 
-HOME_URL = http://www.gnu.org/software/fdisk/
-DESCRIPTION = GNU fdisk, a command-line disk partitioning tool
+######################################################################
 
 include ../../gar.lib/auto.mk
-
+include config.mk
+
+# Due to an error in the build process, making version 2.0.0a1 first
+# depends on making version 2.0.0a
+
+pre-fetch:
+       $(MAKE) -f Makefile-2.0.0a makesums install GPGV=true
+       $(MAKECOOKIE)
+
+pre-checksum:
+       $(MAKE) makesums GPGV=true
+       $(MAKECOOKIE)

=== added file 'gnu/fdisk/Makefile-2.0.0a'
--- a/gnu/fdisk/Makefile-2.0.0a 1970-01-01 00:00:00 +0000
+++ b/gnu/fdisk/Makefile-2.0.0a 2012-10-28 13:43:54 +0000
@@ -0,0 +1,20 @@
+GARNAME = gnufdisk
+GARVERSION = 2.0.0a
+HOME_URL = http://www.gnu.org/software/fdisk/
+DESCRIPTION = GNU fdisk, a command-line disk partitioning tool
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = fdisk/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS =  gettext 
+LIBDEPS = libtool ncurses e2fsprogs parted libiconv
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk
+

=== added file 'gnu/fdisk/config.mk'
--- a/gnu/fdisk/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/fdisk/config.mk       2012-10-28 13:43:54 +0000
@@ -0,0 +1,4 @@
+## Configuration options for fdisk ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]