diff options
author | 2007-04-12 19:54:50 +0000 | |
---|---|---|
committer | 2007-04-12 19:54:50 +0000 | |
commit | ea19b9ad9d7041490669badf4c3ddb7cf7f964cb (patch) | |
tree | 734b39d1827abbb0a73d8282e45dc6b7c5137e5b /media-libs/ufo/ufo-0.8.4.ebuild | |
parent | Bugs 166167 and 174296 (diff) | |
download | gentoo-2-ea19b9ad9d7041490669badf4c3ddb7cf7f964cb.tar.gz gentoo-2-ea19b9ad9d7041490669badf4c3ddb7cf7f964cb.tar.bz2 gentoo-2-ea19b9ad9d7041490669badf4c3ddb7cf7f964cb.zip |
Initial import as dependency for bug #167645
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-libs/ufo/ufo-0.8.4.ebuild')
-rw-r--r-- | media-libs/ufo/ufo-0.8.4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-libs/ufo/ufo-0.8.4.ebuild b/media-libs/ufo/ufo-0.8.4.ebuild new file mode 100644 index 000000000000..3837de78011f --- /dev/null +++ b/media-libs/ufo/ufo-0.8.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ufo/ufo-0.8.4.ebuild,v 1.1 2007/04/12 19:54:50 jokey Exp $ + +DESCRIPTION="A platform and device independent core library for GUIs" +HOMEPAGE="http://libufo.sourceforge.net/" +SRC_URI="mirror://sourceforge/libufo/$P.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/opengl + media-libs/libsdl + x11-libs/libICE" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} |