cenon-4.0.2-r1.ebuild 697 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  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-4.0.0"
  15. src_prepare() {
  16. # Do not install files already provided by cenonlibrary
  17. epatch "${FILESDIR}"/${P}-install.patch
  18. epatch "${FILESDIR}"/${P}-check-return-value.patch
  19. epatch "${FILESDIR}"/${P}-gnustep-gui-0.24-support.patch
  20. }