Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 201021 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.am.orig (-5 / +5 lines)
Lines 1-7 Link Here
1
# Makefile.am for the Tcl gpgme extension
1
# Makefile.am for the Tcl gpgme extension
2
# 
2
# 
3
3
4
LIB_TCL		= @TCL_LIB_SPEC@ @GPGME_LIBS@
4
LIB_TCL		= @TCL_STUB_LIB_SPEC@ @GPGME_LIBS@
5
5
6
tclgpgme_version = 1:0:0
6
tclgpgme_version = 1:0:0
7
7
Lines 17-27 Link Here
17
libtclgpgme_la_LIBADD = $(LIB_TCL)
17
libtclgpgme_la_LIBADD = $(LIB_TCL)
18
18
19
install-exec-hook:
19
install-exec-hook:
20
	$(mkinstalldirs) @PKG_TCL@
20
	$(mkinstalldirs) $(DESTDIR)@PKG_TCL@
21
	echo	"package ifneeded gpgme"				   \
21
	echo	"package ifneeded gpgme"				   \
22
		`echo $(VERSION) | awk -F. '{ printf "%s.%s", $$1, $$2 }'` \
22
		`echo $(VERSION) | awk -F. '{ printf "%s.%s", $$1, $$2 }'` \
23
		"[list load $(DESTDIR)$(libdir)/libtclgpgme.so]"	   \
23
		"[list load $(libdir)/libtclgpgme.so]"	   \
24
	    > @PKG_TCL@/pkgIndex.tcl
24
	    > $(DESTDIR)@PKG_TCL@/pkgIndex.tcl
25
	sed -e 's%load .libs/libtclgpgme.so%package require gpgme%' \
25
	sed -e 's%load .libs/libtclgpgme.so%package require gpgme%' \
26
	    < test.tcl						    \
26
	    < test.tcl						    \
27
	    > @PKG_TCL@/test.tcl
27
	    > $(DESTDIR)@PKG_TCL@/test.tcl

Return to bug 201021