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-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild

26 lines
535 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit gnustep-2
S=${WORKDIR}/Cenon
DESCRIPTION="Default library required to run Cenon"
HOMEPAGE="http://www.cenon.info/"
SRC_URI="http://www.cenon.zone/download/source/CenonLibrary-${PV}-1.tar.bz2"
KEYWORDS="amd64 ppc x86"
SLOT="0"
LICENSE="Cenon"
IUSE=""
src_compile() {
echo "nothing to compile"
}
src_install() {
egnustep_env
dodir ${GNUSTEP_SYSTEM_LIBRARY}
cp -pPR "${S}" "${D}"${GNUSTEP_SYSTEM_LIBRARY}
}