diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-13 21:01:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-13 21:01:11 +0000 |
commit | f5432f57f33203cc6cac44f8332fdfb34cb887be (patch) | |
tree | aa06050020d4aa890cc8378d26a0573653833df2 /dev-libs/DFB++/DFB++-0.9.25.ebuild | |
parent | rewrite edos2unix() to use echo|xargs sed -i rather than a loop with tempfiles (diff) | |
download | gentoo-2-f5432f57f33203cc6cac44f8332fdfb34cb887be.tar.gz gentoo-2-f5432f57f33203cc6cac44f8332fdfb34cb887be.tar.bz2 gentoo-2-f5432f57f33203cc6cac44f8332fdfb34cb887be.zip |
Version bump.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'dev-libs/DFB++/DFB++-0.9.25.ebuild')
-rw-r--r-- | dev-libs/DFB++/DFB++-0.9.25.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/DFB++/DFB++-0.9.25.ebuild b/dev-libs/DFB++/DFB++-0.9.25.ebuild new file mode 100644 index 000000000000..e1f570a077b4 --- /dev/null +++ b/dev-libs/DFB++/DFB++-0.9.25.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-0.9.25.ebuild,v 1.1 2006/11/13 21:01:11 vapier Exp $ + +DESCRIPTION="C++ bindings for DirectFB" +HOMEPAGE="http://www.directfb.org/dfb++.xml" +SRC_URI="http://www.directfb.org/downloads/Extras/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/DirectFB-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake install DESTDIR="${D}" || die + dodoc AUTHORS ChangeLog NEWS README +} |