Mercurial > hg > portage
view dev-libs/vstr/vstr-1.0.14.ebuild @ 389:4c7b804e2d37
new ebuild for evas_generic_loaders that works with latest stable poppler
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 24 Apr 2015 15:25:49 +0200 |
parents | 7985ba427c7d |
children |
line wrap: on
line source
# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Fast, secure and complete C string library" HOMEPAGE="http://www.and.org/vstr/" SRC_URI="ftp://ftp.and.org/pub/james/vstr/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-Makefile.in.patch } src_compile() { econf || die emake || die "emake failed" } src_install() { einstall || die }