diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2013-12-24 18:15:06 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2013-12-24 18:15:06 +0100 |
commit | 45e705d29afd3256da9df8e8f03e1793798358dd (patch) | |
tree | 41114ff2c048427113deaaaccd3b368166d03896 | |
parent | dev-libs/qcommandline: Bump to EAPI=5 and fix qt dep (diff) | |
download | betagarden-45e705d29afd3256da9df8e8f03e1793798358dd.tar.gz betagarden-45e705d29afd3256da9df8e8f03e1793798358dd.tar.bz2 betagarden-45e705d29afd3256da9df8e8f03e1793798358dd.zip |
dev-util/acr: 0.9.8
-rw-r--r-- | dev-util/acr/acr-0.9.8.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/acr/acr-0.9.8.ebuild b/dev-util/acr/acr-0.9.8.ebuild new file mode 100644 index 0000000..0f89355 --- /dev/null +++ b/dev-util/acr/acr-0.9.8.ebuild @@ -0,0 +1,21 @@ +# 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" +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 +} |