commit: 30de6ac9e47a7f6050664e04721539301975aea5 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org> AuthorDate: Mon Dec 22 16:37:10 2014 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Mon Dec 22 16:38:12 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=30de6ac9
dev-util/acr: 0.9.9 --- dev-util/acr/acr-0.9.9.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-util/acr/acr-0.9.9.ebuild b/dev-util/acr/acr-0.9.9.ebuild new file mode 100644 index 0000000..0d03b3f --- /dev/null +++ b/dev-util/acr/acr-0.9.9.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" + +DESCRIPTION="autoconf like tool that allows you to create configure scripts" +HOMEPAGE="http://www.nopcode.org/wk.php/Acr + https://github.com/radare/acr" +SRC_URI="http://www.lolcathost.org/b/${P}.tar.gz" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die +}
