You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-libs/argp-standalone/argp-standalone-1.3.ebuild

30 lines
596 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
inherit eutils
DESCRIPTION="Standalone argp library for use with uclibc"
HOMEPAGE="http://www.lysator.liu.se/~nisse/misc/"
SRC_URI="http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~s390 ~sh x86"
IUSE=""
DEPEND="!sys-libs/glibc"
src_prepare() {
epatch "${FILESDIR}/${P}-throw-in-funcdef.patch"
}
src_install() {
dolib.a libargp.a
insinto /usr/include
doins argp.h
}