gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1248: clean up tramp


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1248: clean up tramp
Date: Wed, 21 Nov 2012 19:06:49 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1248
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 19:06:49 +0100
message:
  clean up tramp
added:
  gnu/tramp/config.mk
modified:
  gnu/tramp/Makefile
=== modified file 'gnu/tramp/Makefile'
--- a/gnu/tramp/Makefile        2012-10-04 20:17:30 +0000
+++ b/gnu/tramp/Makefile        2012-11-21 18:06:49 +0000
@@ -1,16 +1,19 @@
 GARNAME = tramp
 GARVERSION = 2.2.6
+HOME_URL = http://www.gnu.org/software/tramp/
+DESCRIPTION = Transparent remote file access for Emacs
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = tramp/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = emacs
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/tramp/
-DESCRIPTION = TRAMP (transparent remote file access)
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/tramp/config.mk'
--- a/gnu/tramp/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/tramp/config.mk       2012-11-21 18:06:49 +0000
@@ -0,0 +1,4 @@
+## Configuration options for tramp ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

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