S=${WORKDIR}/${P}
DESCRIPTION="GNU Stow"
SRC_URI="ftp://ftp.gnu.org/pub/gnu/stow/stow-1.3.3.tar.gz"
HOMEPAGE="http://www.gnu.org/software/stow/"
DEPEND=">=sys-devel/perl-5.005"
RDEPEND=">=sys-devel/perl-5.005"

src_compile() {
	./configure --prefix=/usr
	make
}

src_install() {
	make DESTDIR=${D} install
}