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.
29 lines
793 B
29 lines
793 B
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/libmemcached-0.26.ebuild,v 1.2 2011/07/31 20:03:00 mattst88 Exp $
|
|
|
|
DESCRIPTION="a C client library to the memcached server"
|
|
HOMEPAGE="http://tangent.org/552/libmemcached.html"
|
|
SRC_URI="http://download.tangent.org/${P}.tar.gz"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-lang/perl
|
|
net-misc/memcached"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
RESTRICT="test"
|
|
|
|
src_unpack() {
|
|
unpack ${A}
|
|
#sed -i -e "s:-O3:${CFLAGS}:" "${S}"/configure
|
|
}
|
|
|
|
src_install() {
|
|
emake DESTDIR="${D}" install || die "emake install failed."
|
|
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
|
|
}
|