summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-05-23 09:28:37 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-05-23 09:28:37 +0000
commit3a31b586a37dec4b1cdd524b7d99a6ce6fb142e2 (patch)
treef5ac615e3f8e3b13f9385f96d6316b4da97635c4 /x11-plugins/gai-pal/gai-pal-0.7.ebuild
parent64 bit fixes, thanks to flameeyes for the patch. Bug #93549. (diff)
downloadgentoo-2-3a31b586a37dec4b1cdd524b7d99a6ce6fb142e2.tar.gz
gentoo-2-3a31b586a37dec4b1cdd524b7d99a6ce6fb142e2.tar.bz2
gentoo-2-3a31b586a37dec4b1cdd524b7d99a6ce6fb142e2.zip
Initial import of x11-plugins/gai-pal, version 0.7. Closes bug #22873.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins/gai-pal/gai-pal-0.7.ebuild')
-rw-r--r--x11-plugins/gai-pal/gai-pal-0.7.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-plugins/gai-pal/gai-pal-0.7.ebuild b/x11-plugins/gai-pal/gai-pal-0.7.ebuild
new file mode 100644
index 000000000000..5d7acf39a851
--- /dev/null
+++ b/x11-plugins/gai-pal/gai-pal-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-pal/gai-pal-0.7.ebuild,v 1.1 2005/05/23 09:28:37 s4t4n Exp $
+
+DESCRIPTION="A friend that always has something wise or funny to say ;-)"
+HOMEPAGE="http://gai.sf.net"
+SRC_URI="mirror://sourceforge/gai/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/gai-0.5.6
+ dev-util/pkgconfig"
+
+src_compile()
+{
+ econf || die "Configuration failed..."
+ emake || die "Compilation failed..."
+}
+
+src_install()
+{
+ make DESTDIR=${D} install || die "Installation failed..."
+}