blob: 6172744cd703496c52f4aba2de50f73105a6ad8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/fts-standalone/fts-standalone-0.1.ebuild,v 1.1 2015/07/12 11:33:40 blueness Exp $
EAPI="5"
MY_P=${P/-standalone/}
DESCRIPTION="Standalone fts library for use with mus"
HOMEPAGE="http://dev.gentoo.org/~blueness/fts-standalone"
SRC_URI="http://dev.gentoo.org/~blueness/fts-standalone/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
IUSE=""
DEPEND="
!sys-libs/glibc
!sys-libs/uclibc"
S="${WORKDIR}/${MY_P}"
|