diff options
author | 2004-05-07 17:16:37 +0000 | |
---|---|---|
committer | 2004-05-07 17:16:37 +0000 | |
commit | c9b8896c00240e3dec4d6511d80afa0b627edac1 (patch) | |
tree | 072fe5e903e09e94d0b74421511124f0804f11aa /dev-libs/libcoyotl/libcoyotl-3.0.1.ebuild | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-c9b8896c00240e3dec4d6511d80afa0b627edac1.tar.gz gentoo-2-c9b8896c00240e3dec4d6511d80afa0b627edac1.tar.bz2 gentoo-2-c9b8896c00240e3dec4d6511d80afa0b627edac1.zip |
Initial import.
Diffstat (limited to 'dev-libs/libcoyotl/libcoyotl-3.0.1.ebuild')
-rw-r--r-- | dev-libs/libcoyotl/libcoyotl-3.0.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/libcoyotl/libcoyotl-3.0.1.ebuild b/dev-libs/libcoyotl/libcoyotl-3.0.1.ebuild new file mode 100644 index 000000000000..6f30c6c870fc --- /dev/null +++ b/dev-libs/libcoyotl/libcoyotl-3.0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcoyotl/libcoyotl-3.0.1.ebuild,v 1.1 2004/05/07 17:12:55 aliz Exp $ + +DESCRIPTION="A collection of portable C++ classes." +HOMEPAGE="http://www.coyotegulch.com/libcoyotl/" +SRC_URI="http://www.coyotegulch.com/libcoyotl/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="media-libs/libpng" + +src_install() { + make DESTDIR=${D} install + dodoc ChangeLog NEWS README +} |