blob: 8bc1877f1fd900a293b65e88940b418159959bb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r1.ebuild,v 1.2 2007/01/25 14:49:24 beandog Exp $
DESCRIPTION="library for parsing command line options"
SRC_URI="http://shh.thathost.com/pub-unix/files/${P}.tar.gz"
HOMEPAGE="http://shh.thathost.com/pub-unix/"
LICENSE="Artistic"
DEPEND=""
IUSE=""
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
src_install () {
dolib.a libshhopt.a
insinto /usr/include
doins shhopt.h
dodoc ChangeLog CREDITS INSTALL README TODO
}
|