gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1200: clean up parted


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1200: clean up parted
Date: Sun, 18 Nov 2012 21:22:04 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1200
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-18 21:22:04 +0100
message:
  clean up parted
added:
  gnu/parted/config.mk
modified:
  gnu/parted/Makefile
=== modified file 'gnu/parted/Makefile'
--- a/gnu/parted/Makefile       2012-08-25 22:15:17 +0000
+++ b/gnu/parted/Makefile       2012-11-18 20:22:04 +0000
@@ -1,18 +1,19 @@
 GARNAME = parted
 GARVERSION = 3.1
+HOME_URL = http://www.gnu.org/software/parted/
+DESCRIPTION = A tool to create, destroy, resize, check, and copy partitions
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = parted/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES = $(DISTNAME).tar.xz.sig
 
 BUILDDEPS = gettext readline
 LIBDEPS = util-linux
 
-CONFIGURE_OPTS = --disable-device-mapper
-
-HOME_URL = http://www.gnu.org/software/parted/
-DESCRIPTION = GNU Parted, a tool to create, destroy, resize, check, and copy 
partitions
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/parted/config.mk'
--- a/gnu/parted/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/parted/config.mk      2012-11-18 20:22:04 +0000
@@ -0,0 +1,4 @@
+## Configuration options for parted ##
+
+CONFIGURE_OPTS ?= --disable-device-mapper
+BUILD_OPTS ?=


reply via email to

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