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/dev-libs/ustr/ustr-1.0.4-r1.ebuild

33 lines
841 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild,v 1.4 2011/02/12 09:51:09 hwoarang Exp $
EAPI="2"
inherit multilib
DESCRIPTION="Low-overhead managed string library for C"
HOMEPAGE="http://www.and.org/ustr"
SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2"
LICENSE="|| ( BSD-2 MIT LGPL-2 )"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND=""
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" HIDE= all-shared || die
}
src_install() {
emake install DESTDIR="${D}" HIDE= \
libdir="/usr/$(get_libdir)" \
mandir="/usr/share/man" \
SHRDIR="/usr/share/doc/${PF}" \
DOCSHRDIR="/usr/share/doc/${PF}" || die
dodoc ChangeLog README README-DEVELOPERS AUTHORS NEWS TODO || die
}