cenon-3.9.5.ebuild 536 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. inherit gnustep-2
  5. S=${WORKDIR}/${PN/c/C}
  6. DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
  7. HOMEPAGE="http://www.cenon.info/"
  8. SRC_URI="http://www.vhf-group.com/vhf-interservice/download/source/${P/c/C}.tar.bz2"
  9. KEYWORDS="amd64 ppc x86"
  10. SLOT="0"
  11. LICENSE="Cenon"
  12. IUSE=""
  13. DEPEND=""
  14. RDEPEND=">=gnustep-libs/cenonlibrary-3.9.0"
  15. src_prepare() {
  16. epatch "${FILESDIR}"/${PN}-3.9.4-install.patch
  17. }