Mercurial > hg > portage
view dev-libs/vstr/vstr-1.0.14.ebuild @ 529:b124345152f1
vscodium update
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Sat, 15 Aug 2020 08:35:53 +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 }