Mercurial > hg > portage
view dev-libs/vstr/vstr-1.0.14.ebuild @ 239:a588f50b1e1d
exaile-0.3.2.0 ebuild is in portage but the 0.3.1.1 that I have install is removed :-(
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 18 Aug 2010 15:46:29 +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 }