diff options
Diffstat (limited to 'dev-libs/libnl/libnl-1.0_pre6.ebuild')
-rw-r--r-- | dev-libs/libnl/libnl-1.0_pre6.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-libs/libnl/libnl-1.0_pre6.ebuild b/dev-libs/libnl/libnl-1.0_pre6.ebuild deleted file mode 100644 index 61137cbd099f..000000000000 --- a/dev-libs/libnl/libnl-1.0_pre6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.0_pre6.ebuild,v 1.10 2010/05/22 13:33:30 armin76 Exp $ - -inherit eutils multilib - -DESCRIPTION="A library for applications dealing with netlink socket" -HOMEPAGE="http://people.suug.ch/~tgr/libnl/" -SRC_URI="http://dev.gentoo.org/~steev/distfiles/${P}.tar.bz2" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 ~s390 x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}"/lib - sed -i Makefile -e 's:install -o root -g root:install:' - cd "${S}"/include - sed -i Makefile -e 's:install -o root -g root:install:g' - epatch "${FILESDIR}/${PN}-1.0_pre5-include.diff" - epatch "${FILESDIR}/${PN}-1.0_pre5-__u64_x86_64.patch" -} - -src_install() { - make DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die - insinto /usr/share/pkgconfig/ - doins "${FILESDIR}"/libnl-1.pc -} |