diff options
Diffstat (limited to 'sys-libs/fts-standalone/fts-standalone-0.2.ebuild')
-rw-r--r-- | sys-libs/fts-standalone/fts-standalone-0.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-libs/fts-standalone/fts-standalone-0.2.ebuild b/sys-libs/fts-standalone/fts-standalone-0.2.ebuild new file mode 100644 index 000000000000..34af48d0678f --- /dev/null +++ b/sys-libs/fts-standalone/fts-standalone-0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}" |