Files
@ a11d47a6cf00
Branch filter:
Location: ohnobinki_overlay/dev-libs/libstrl/libstrl-0.2-r1.ebuild - annotation
a11d47a6cf00
638 B
application/vnd.gentoo.ebuild
dev-util/cmake: Bump cmake with my lib32 patch to cmake-2.8.3-r1, following gentoo-x86's changes.
(Portage version: 2.2.0_alpha11-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
(Portage version: 2.2.0_alpha11-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a 73b56d0d6e3a | # Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit autotools-utils multilib
DESCRIPTION="Compat library for functions like strlcpy(), strlcat(), and strnlen()"
HOMEPAGE="http://ohnopub.net/~ohnobinki/libstrl/"
SRC_URI="ftp://mirror.calvin.edu/~binki/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux ~x86"
IUSE="doc static-libs test"
DEPEND="doc? ( app-doc/doxygen )
test? ( dev-libs/check )"
RDEPEND=""
src_configure() {
myeconfargs=(
$(use_with doc doxygen)
$(use_with test check)
)
autotools-utils_src_configure
}
|