# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnustep DESCRIPTION="A clock!" HOMEPAGE="http://www.linuks.mine.nu/aclock/" SRC_URI="http://www.linuks.mine.nu/aclock/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="${DEPEND}" RDEPEND="${RDEPEND}" src_compile() { egnustepmake } src_install() { egnustepinstall dodir /usr/GNUstep/System/Tools/Gentoo exeinto /usr/GNUstep/System/Tools/Gentoo doexe ${FILESDIR}/config-aclock.sh } pkg_postinst() { egnusteppostinst info_config_file config-aclock.sh }