# Copyright (c) Marcin Jessa # Distributed under the terms of the GNU General Public License, v2. # Maintainer: Marcin Jessa S=${WORKDIR}/${P} PREFIX=/usr DESCRIPTION="cowsay is a configurable talking ASCII cow (and other characters), written in Perl." SRC_URI="http://www.nog.net/~tony/warez/${P}.tar.gz" HOMEPAGE="http://www.nog.net/~tony/warez/" DEPEND="sys-devel/perl" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" SANDBOX_DISABLED="1" src_unpack() { unpack ${A} } src_install() { sh ${S}/install.sh ${PREFIX} }