summaryrefslogtreecommitdiff
blob: 9644b501dfd4901b26611d713febf07f35211d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit base

MY_P="${PN}-v${PV}"
DESCRIPTION="A collection of high performance c-string transformations"
HOMEPAGE="http://code.google.com/p/stringencoders/"
SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

S=${WORKDIR}/${MY_P}
DOCS=( AUTHORS ChangeLog NEWS README )

# default `make check` doesn't work
src_test() {
	emake test || die
}