diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2006-11-13 21:49:34 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2006-11-13 21:49:34 +0000 |
commit | b0ac48fbe67fd80425bb9cd9285558bb309b3367 (patch) | |
tree | aac28f270b5f66e722a08bb2a196942fc50715c7 /app-pda/libopensync/libopensync-0.20.ebuild | |
parent | Removing versions affected by bug #154365 (diff) | |
download | gentoo-2-b0ac48fbe67fd80425bb9cd9285558bb309b3367.tar.gz gentoo-2-b0ac48fbe67fd80425bb9cd9285558bb309b3367.tar.bz2 gentoo-2-b0ac48fbe67fd80425bb9cd9285558bb309b3367.zip |
Remove no longer needed manual installation of pkgconfig files.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'app-pda/libopensync/libopensync-0.20.ebuild')
-rw-r--r-- | app-pda/libopensync/libopensync-0.20.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app-pda/libopensync/libopensync-0.20.ebuild b/app-pda/libopensync/libopensync-0.20.ebuild index d6cb6870a3c0..192ac4877637 100644 --- a/app-pda/libopensync/libopensync-0.20.ebuild +++ b/app-pda/libopensync/libopensync-0.20.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.20.ebuild,v 1.2 2006/11/13 21:41:23 peper Exp $ - -inherit multilib +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.20.ebuild,v 1.3 2006/11/13 21:49:34 peper Exp $ DESCRIPTION="OpenSync synchronisation framework library" HOMEPAGE="http://www.opensync.org/" @@ -45,10 +43,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - # Intall pkgconfig files - insinto /usr/$(get_libdir)/pkgconfig - doins *-1.0.pc - dodoc AUTHORS ChangeLog NEWS README TODO use doc && dohtml docs/html/* } |