diff options
author | 2004-03-01 16:38:09 +0000 | |
---|---|---|
committer | 2004-03-01 16:38:09 +0000 | |
commit | 1f08192a90b8738be695684f8fa28d9ada562f9f (patch) | |
tree | 9fe7378247d773e50d9bc1c156ffc3f1e39c4ff6 /dev-libs/shhopt/shhopt-1.1.7.ebuild | |
parent | filter Os flag, mark 1.2.6 x86 (Manifest recommit) (diff) | |
download | gentoo-2-1f08192a90b8738be695684f8fa28d9ada562f9f.tar.gz gentoo-2-1f08192a90b8738be695684f8fa28d9ada562f9f.tar.bz2 gentoo-2-1f08192a90b8738be695684f8fa28d9ada562f9f.zip |
Initial import of shhopt, lib for reading commandline arguments
Diffstat (limited to 'dev-libs/shhopt/shhopt-1.1.7.ebuild')
-rw-r--r-- | dev-libs/shhopt/shhopt-1.1.7.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/shhopt/shhopt-1.1.7.ebuild b/dev-libs/shhopt/shhopt-1.1.7.ebuild new file mode 100644 index 000000000000..ece27c02d35d --- /dev/null +++ b/dev-libs/shhopt/shhopt-1.1.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.1 2004/03/01 16:38:09 dholm 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="~ppc" + +src_compile() { + emake || die +} + +src_install () { + dolib.a libshhopt.a + dodoc ChangeLog CREDITS INSTALL README TODO +} |