add dev libs
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/vmware@2307 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
2
dev-libs/expat/Manifest
Normal file
2
dev-libs/expat/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST expat-1.95.8.tar.gz 318349 RMD160 1b3e5a50a28e2c8efb79188d4c3071318fe1d0dd SHA1 73cb8fc326d04c44ae0e3b3f797f0e6ba9c4121f SHA256 c6aaa0b427e775a0fd5a956a75ae41e5110f22760723d9bda316100010e891ca
|
||||
EBUILD expat-1.95.8.ebuild 1049 RMD160 397cbba1b95eb164634364e142b83646ed8ccefa SHA1 f1fae3c2cdf5f6be248e94f0e07ca322161c740c SHA256 9a8ef3fb474ec4c4de68266a9cd3dc6f6222a0917acf6cfc3380e63424479bcc
|
||||
41
dev-libs/expat/expat-1.95.8.ebuild
Normal file
41
dev-libs/expat/expat-1.95.8.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/Attic/expat-1.95.8.ebuild,v 1.23 2009/03/21 22:48:49 eva dead $
|
||||
|
||||
inherit libtool multilib
|
||||
|
||||
DESCRIPTION="XML parsing libraries"
|
||||
HOMEPAGE="http://expat.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/expat/${P}.tar.gz"
|
||||
|
||||
LICENSE="as-is"
|
||||
SLOT="1.95"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="test? ( >=dev-libs/check-0.8 )"
|
||||
RDEPEND=""
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
elibtoolize
|
||||
}
|
||||
|
||||
src_test() {
|
||||
if ! use test && [[ -z $(best_version dev-libs/check) ]] ; then
|
||||
ewarn "You dont have USE=test and dev-libs/check is not installed."
|
||||
ewarn "src_test will be skipped."
|
||||
return 0
|
||||
fi
|
||||
make check || die "make check failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dolib.so .libs/libexpat.so.0* || die
|
||||
# einstall man1dir="${D}/usr/share/man/man1" || die "einstall failed"
|
||||
# dosed /usr/$(get_libdir)/libexpat.la #81568
|
||||
dodoc Changes README
|
||||
dohtml doc/*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user