diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-04-02 14:03:30 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-04-02 14:03:30 +0000 |
commit | 21005d39b10d710ee0397bba897ceddd3e67bf4c (patch) | |
tree | a253c0920772eae52acd2e3164e430768d2f8a89 /net-dialup/tkvoice | |
parent | Version bump. (diff) | |
download | gentoo-2-21005d39b10d710ee0397bba897ceddd3e67bf4c.tar.gz gentoo-2-21005d39b10d710ee0397bba897ceddd3e67bf4c.tar.bz2 gentoo-2-21005d39b10d710ee0397bba897ceddd3e67bf4c.zip |
install the executable in lib directory and symlink it in bin (program checks this location)
(Portage version: 2.0.54)
Diffstat (limited to 'net-dialup/tkvoice')
-rw-r--r-- | net-dialup/tkvoice/Manifest | 12 | ||||
-rw-r--r-- | net-dialup/tkvoice/tkvoice-1.5.ebuild | 6 |
2 files changed, 5 insertions, 13 deletions
diff --git a/net-dialup/tkvoice/Manifest b/net-dialup/tkvoice/Manifest index 846a1e2b4e01..2aba28c5089e 100644 --- a/net-dialup/tkvoice/Manifest +++ b/net-dialup/tkvoice/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 39748227e7cb38932a554572c53202d6 ChangeLog 428 MD5 c99f1b70df9a86d474005d8e868aa96a files/digest-tkvoice-1.5 63 MD5 a7e218aeeedf13a4651691c9270dc336 files/tkvoice.desktop 157 MD5 e0c4435acc88bb349155aa0a39407e87 metadata.xml 328 -MD5 8659afcfc746666e902e03db6525c460 tkvoice-1.5.ebuild 1291 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2.2 (GNU/Linux) - -iD8DBQFEL3k2jG8pv1lIUX4RAnFPAJ9A/8juNQVNabqlgACuX+C5NIdE+ACgiUh0 -Ft6C1smYHb3yWdEqG/1YwwA= -=33/b ------END PGP SIGNATURE----- +MD5 e720d78b12e8cc3d515ab18414752a1a tkvoice-1.5.ebuild 1354 diff --git a/net-dialup/tkvoice/tkvoice-1.5.ebuild b/net-dialup/tkvoice/tkvoice-1.5.ebuild index ba7741c07e10..e7af43968546 100644 --- a/net-dialup/tkvoice/tkvoice-1.5.ebuild +++ b/net-dialup/tkvoice/tkvoice-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/tkvoice/tkvoice-1.5.ebuild,v 1.1 2006/04/02 07:11:32 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/tkvoice/tkvoice-1.5.ebuild,v 1.2 2006/04/02 14:03:30 mrness Exp $ DESCRIPTION="TkVoice - Voice mail and Fax frontend program" HOMEPAGE="http://tkvoice.netfirms.com" @@ -27,8 +27,10 @@ src_unpack() { src_install() { - exeinto /usr/bin + exeinto /usr/lib/${P} doexe ${PN} + dodir /usr/bin + dosym /usr/lib/${P}/${PN} /usr/bin/${PN} insinto /usr/lib/${P}/TCL doins TCL/* insinto /usr/lib/${P}/image |