summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-12-18 23:19:31 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-12-18 23:19:31 +0000
commit82c3f9a87e320558dd392e46a159b43ecea37f78 (patch)
treed493705fabfe0178397b241bd52dd998049150e8 /dev-libs/libcoyotl/libcoyotl-3.1.0.ebuild
parentAdded firmware terms to LICENSE. (diff)
downloadgentoo-2-82c3f9a87e320558dd392e46a159b43ecea37f78.tar.gz
gentoo-2-82c3f9a87e320558dd392e46a159b43ecea37f78.tar.bz2
gentoo-2-82c3f9a87e320558dd392e46a159b43ecea37f78.zip
Fix up SRC_URI and HOMEPAGE, bump to version 3.1.0; bug #91400
(Portage version: 2.0.53)
Diffstat (limited to 'dev-libs/libcoyotl/libcoyotl-3.1.0.ebuild')
-rw-r--r--dev-libs/libcoyotl/libcoyotl-3.1.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/libcoyotl/libcoyotl-3.1.0.ebuild b/dev-libs/libcoyotl/libcoyotl-3.1.0.ebuild
new file mode 100644
index 000000000000..a582cd24c966
--- /dev/null
+++ b/dev-libs/libcoyotl/libcoyotl-3.1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcoyotl/libcoyotl-3.1.0.ebuild,v 1.1 2005/12/18 23:19:31 halcy0n Exp $
+
+DESCRIPTION="A collection of portable C++ classes."
+HOMEPAGE="http://www.coyotegulch.com/products/libcoyotl/"
+SRC_URI="http://www.coyotegulch.com/distfiles/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+DEPEND="media-libs/libpng"
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc ChangeLog NEWS README
+}