--- atk-1.11.4.ebuild 2006-05-01 19:59:42.000000000 +0200 +++ atk-1.11.4.ebuild 2006-05-07 11:00:32.187766000 +0200 @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.11.4.ebuild,v 1.1 2006/05/01 17:59:42 dang Exp $ +# $Header: $ inherit gnome2 @@ -19,3 +19,9 @@ doc? ( >=dev-util/gtk-doc-1 )" DOCS="AUTHORS ChangeLog NEWS README" + +src_unpack() { + unpack ${A} + cd ${S} + elibtoolize +}