# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Just to test" HOMEPAGE="Somewhere" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="amd64" IUSE="" DEPEND="" RDEPEND="" src_install() { dodir /var/test mkfifo -m 600 ${D}/var/test/testfifo }