gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1692: move tk to external dep


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1692: move tk to external dep
Date: Wed, 23 Jan 2013 23:40:19 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1692
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-23 23:40:19 +0100
message:
  move tk to external dep
renamed:
  deps/tk/ => external/tk/
modified:
  external/tk/Makefile
=== renamed directory 'deps/tk' => 'external/tk'
=== modified file 'external/tk/Makefile'
--- a/deps/tk/Makefile  2013-01-12 11:18:01 +0000
+++ b/external/tk/Makefile      2013-01-23 22:40:19 +0000
@@ -1,27 +1,6 @@
-NAME = Tk
 GARNAME = tk
 GARVERSION = 8.6.0
 HOME_URL = http://tcl.tk
 DESCRIPTION = The Tk GUI toolkit
-
-######################################################################
-
-MASTER_SITES = http://prdownloads.sourceforge.net/
-MASTER_SUBDIR = tcl/
-DISTFILES = $(GARNAME)$(GARVERSION)-src.tar.gz
-SIGFILES = 
-WORKSRC = $(WORKDIR)/$(GARNAME)$(GARVERSION)/unix
-
-BUILDDEPS =
-LIBDEPS = tcl
-
-######################################################################
-
-include ../../gar.lib/auto.mk
-include config.mk
-
-CONFIGURE_OPTS += --with-tcl=$(prefix)/lib
-
-post-install:
-       ln -s $(prefix)/bin/wish$(MAJORVERSION) $(prefix)/bin/wish
-       $(MAKECOOKIE)
+BINFILES = wish
+include ../../gar.lib/external.mk


reply via email to

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