diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2005-10-30 21:38:09 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2005-10-30 21:38:09 +0000 |
commit | 9a78c63d3ede55d5c077b541833b45a5a8ba5a28 (patch) | |
tree | 864ddb451427ec868bd94910858914aa2d612c1a /dev-util/archway/archway-0.2.1.ebuild | |
parent | Adding patch to fix GCC4 compilation bugs + copyright repoman fix (diff) | |
download | gentoo-2-9a78c63d3ede55d5c077b541833b45a5a8ba5a28.tar.gz gentoo-2-9a78c63d3ede55d5c077b541833b45a5a8ba5a28.tar.bz2 gentoo-2-9a78c63d3ede55d5c077b541833b45a5a8ba5a28.zip |
new version
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'dev-util/archway/archway-0.2.1.ebuild')
-rw-r--r-- | dev-util/archway/archway-0.2.1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/archway/archway-0.2.1.ebuild b/dev-util/archway/archway-0.2.1.ebuild new file mode 100644 index 000000000000..fe1d6874c894 --- /dev/null +++ b/dev-util/archway/archway-0.2.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/archway/archway-0.2.1.ebuild,v 1.1 2005/10/30 21:38:09 arj Exp $ + +inherit eutils + +DESCRIPTION="A GUI for GNU Arch" + +HOMEPAGE="http://www.nongnu.org/archway/" +SRC_URI="http://savannah.nongnu.org/download/archway/${P}.tar.gz" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~amd64 ~x86 ~ppc" + +IUSE="" + +DEPEND=">=dev-util/tla-1.1 + >=dev-lang/perl-5.8.0 + >=dev-perl/gtk2-perl-1.040 + >=dev-perl/glib-perl-1.040 + >=x11-libs/gtk+-2.4.0" + +src_install() { + make \ + DESTDIR=${D} \ + prefix=/usr \ + install || die +} |