# Copyright 2009 Maxime Coste # Distributed under the terms of the GNU General Public License v2 SUMMARY="Light screen like program that only support the detach feature" HOMEPAGE="http://dtach.sourceforge.net" DOWNLOADS="mirror://sourceforge/dtach/${PNV}.tar.gz" LICENCES="GPL-2" SLOT="0" PLATFORMS="~amd64 ~x86" MYOPTIONS="" src_install() { dobin dtach doman dtach.1 dodoc README }