compiz-bcop-0.8.8.ebuild 431 B

1234567891011121314151617181920
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. DESCRIPTION="Compiz Option code Generator"
  5. HOMEPAGE="http://www.compiz.org/"
  6. SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
  10. IUSE=""
  11. RDEPEND="dev-libs/libxslt"
  12. DEPEND="${RDEPEND}
  13. virtual/pkgconfig"
  14. DOCS="AUTHORS ChangeLog INSTALL NEWS README"