You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/run-mailcap/run-mailcap-3.52_p1.ebuild

34 lines
892 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
MY_PV="${PV/_p/-}"
DESCRIPTION="Execute programs via entries in the mailcap file"
HOMEPAGE="http://packages.debian.org/unstable/net/mime-support"
SRC_URI="mirror://debian/pool/main/m/mime-support/mime-support_${MY_PV}.tar.gz"
LICENSE="freedist"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-lang/perl-5.6
app-misc/mime-types"
S=${WORKDIR}/mime-support
src_prepare() {
sed -i run-mailcap -e 's:^\(\$xtermprgrm=\)"/usr/bin/x-terminal-emulator":\1$ENV{XTERMCMD} || "xterm":'
}
src_install() {
dobin run-mailcap
newman run-mailcap.man run-mailcap.1
newman mailcap.man mailcap.4
for i in compose edit see print; do
dosym run-mailcap /usr/bin/$i
dosym run-mailcap.1 /usr/share/man/man1/$i.1
done
}