diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-01 15:57:42 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-01 15:57:42 +0000 |
commit | e3b16043758fe69fff9f7fd29d9083c6248ee8ce (patch) | |
tree | abb07afe5f733df72908cee9b08df85120875d43 /x11-misc/lintar/lintar-0.6.2.ebuild | |
parent | Add ~alpha + ~ia64 keywords. (diff) | |
download | gentoo-2-e3b16043758fe69fff9f7fd29d9083c6248ee8ce.tar.gz gentoo-2-e3b16043758fe69fff9f7fd29d9083c6248ee8ce.tar.bz2 gentoo-2-e3b16043758fe69fff9f7fd29d9083c6248ee8ce.zip |
New ebuild - bug 62139.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-misc/lintar/lintar-0.6.2.ebuild')
-rw-r--r-- | x11-misc/lintar/lintar-0.6.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/lintar/lintar-0.6.2.ebuild b/x11-misc/lintar/lintar-0.6.2.ebuild new file mode 100644 index 000000000000..c6acaa0c5728 --- /dev/null +++ b/x11-misc/lintar/lintar-0.6.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lintar/lintar-0.6.2.ebuild,v 1.1 2005/10/01 15:57:42 nelchael Exp $ + +IUSE="" +DESCRIPTION="A decompressing tool written in GTK+." +HOMEPAGE="http://lintar.sourceforge.net/" +SRC_URI="mirror://sourceforge/lintar/lintar-${PV}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="=x11-libs/gtk+-2* + =gnome-base/gnome-vfs-2* + dev-util/pkgconfig" + +src_install() { + make DESTDIR=${D} install + dodoc ABOUT-NLS AUTHORS BUGS ChangeLog README NEWS TODO +} |