You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnustep-apps/cenon/cenon-4.0.6.ebuild

24 lines
533 B

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnustep-2
S=${WORKDIR}/${PN/c/C}
DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
HOMEPAGE="http://www.cenon.info/"
SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
KEYWORDS="amd64"
SLOT="0"
LICENSE="Cenon"
IUSE=""
DEPEND=""
RDEPEND=">=gnustep-libs/cenonlibrary-4.0.0"
PATCHES=(
"${FILESDIR}"/${P}-install.patch
"${FILESDIR}"/${P}-invalid_array_syntax.patch
)