|
|
# 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" |
|
|
| |
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 |
} | } |