Mercurial > hg > portage
view dev-libs/vstr/vstr-1.0.14.ebuild @ 148:fb0267e87240
new import of postgres-8.4.0
author | holger |
---|---|
date | Fri, 10 Jul 2009 18:34:34 +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 }