diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-11-14 18:09:44 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-11-14 18:09:44 +0000 |
commit | 80c34f5983f31d64a6a96ebd77493bcc22fd6589 (patch) | |
tree | 50f350349ea383582bad7a68602b1df81f0a170f /dev-libs/libstroke/libstroke-0.5.1.ebuild | |
parent | Remove old ebuilds. (diff) | |
download | gentoo-2-80c34f5983f31d64a6a96ebd77493bcc22fd6589.tar.gz gentoo-2-80c34f5983f31d64a6a96ebd77493bcc22fd6589.tar.bz2 gentoo-2-80c34f5983f31d64a6a96ebd77493bcc22fd6589.zip |
Add m4 fixes by James Rowe, bug #109329.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs/libstroke/libstroke-0.5.1.ebuild')
-rw-r--r-- | dev-libs/libstroke/libstroke-0.5.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/libstroke/libstroke-0.5.1.ebuild b/dev-libs/libstroke/libstroke-0.5.1.ebuild index f34511e5e204..3fa9aff732de 100644 --- a/dev-libs/libstroke/libstroke-0.5.1.ebuild +++ b/dev-libs/libstroke/libstroke-0.5.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.13 2004/11/04 05:17:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.14 2005/11/14 18:09:44 plasmaroo Exp $ -inherit gnuconfig +inherit eutils DESCRIPTION="A Stroke and Gesture recognition Library" HOMEPAGE="http://www.etla.net/libstroke/" @@ -19,10 +19,10 @@ DEPEND="virtual/libc src_unpack() { unpack ${A} - gnuconfig_update + epatch ${FILESDIR}/${P}-m4_syntax.patch } src_install () { make DESTDIR=${D} install || die - dodoc CREDITS ChangeLog README + dodoc CREDITS ChangeLog README{,.libgstroke} } |