summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-10-15 16:35:51 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-10-15 16:35:51 +0000
commit2927779573aed4e8800250b4395ec0ecb30501cb (patch)
tree4894c7aecfba28d765315e8d1bd3953812625668 /x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild
parentVersion bump. Many bugfixes, 2 new plugins, Ported KDE4 window decorator to K... (diff)
downloadgentoo-2-2927779573aed4e8800250b4395ec0ecb30501cb.tar.gz
gentoo-2-2927779573aed4e8800250b4395ec0ecb30501cb.tar.bz2
gentoo-2-2927779573aed4e8800250b4395ec0ecb30501cb.zip
Version bump
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild')
-rw-r--r--x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild b/x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild
new file mode 100644
index 000000000000..6ccbe3d63f19
--- /dev/null
+++ b/x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild,v 1.1 2009/10/15 16:35:51 mrpouet Exp $
+
+DESCRIPTION="Compiz Option code Generator"
+HOMEPAGE="http://www.compiz.org/"
+SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/libxslt"
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.19"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}