Skip to content

Commit

Permalink
build: initial import of ebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
  • Loading branch information
alonbl committed Nov 20, 2015
1 parent 93b7de9 commit 7315d83
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.am
Expand Up @@ -21,4 +21,8 @@ dist_noinst_DATA = iprange.spec

iprange_SOURCES = iprange.c

EXTRA_DIST = README.md
EXTRA_DIST = \
.gitignore \
README.md \
iprange-9999.ebuild \
$(NULL)
23 changes: 23 additions & 0 deletions iprange-9999.ebuild
@@ -0,0 +1,23 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit autotools git-2

DESCRIPTION="manage IP ranges"
HOMEPAGE="https://github.com/firehol/iprange"
EGIT_REPO_URI="https://github.com/firehol/iprange"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"

src_prepare() {
eautoreconf
}

0 comments on commit 7315d83

Please sign in to comment.