View | Details | Raw Unified
Collapse All | Expand All

(-) exmh-2.6.3.ebuild (-3 / +12 lines)
 Lines 1-6    Link Here 
# Copyright 1999-2004 Gentoo Foundation
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/exmh/exmh-2.6.3.ebuild,v 1.4 2004/06/24 22:15:55 agriffis Exp $
# $Header: $
DESCRIPTION="An X user interface for MH mail"
DESCRIPTION="An X user interface for MH mail"
SRC_URI="ftp://ftp.scriptics.com/pub/tcl/${PN}/${PN}-${PV}.tar.gz"
SRC_URI="ftp://ftp.scriptics.com/pub/tcl/${PN}/${PN}-${PV}.tar.gz"
 Lines 52-57    Link Here 
	dodoc COPYRIGHT exmh.CHANGES exmh.README misc/*
	dodoc COPYRIGHT exmh.CHANGES exmh.README misc/*
	dodir /usr/lib/${PN}-${PV}
	insinto /usr/lib/${PN}-${PV}
	install -m 644 lib/* ${D}/usr/lib/${PN}-${PV}
	doins lib/*
	insinto /usr/lib/${PN}-${PV}/bitmaps
	doins lib/bitmaps/*
	insinto /usr/lib/${PN}-${PV}/html
	doins lib/html/*
	insinto /etc
	doins gentoo/exmh.conf
}
}