# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnustep S=${WORKDIR}/Cenon DESCRIPTION="Default library required to run Cenon." HOMEPAGE="http://www.cenon.info/" SRC_URI="http://www.vhf-group.com/vhfInterservice/download/source/CenonLibrary-3.60-2.tar.bz2" KEYWORDS="~x86" SLOT="0" LICENSE="Cenon" IUSE="" DEPEND="${DEPEND}" RDEPEND="${RDEPEND}" src_compile() { einfo "nothing to compile" } src_install() { addwrite /root/GNUstep addwrite /root/GNUstep/Library addwrite /root/GNUstep/Defaults/.GNUstepDefaults.lck #addwrite /root/GNUstep/Library/Services/.GNUstepServices #addwrite /root/GNUstep/Library/Services/.GNUstepAppList . /usr/GNUstep/System/Makefiles/GNUstep.sh dodir ${GNUSTEP_LOCAL_ROOT}/Library cp -a ${S} ${D}${GNUSTEP_LOCAL_ROOT}/Library }