13 lines
508 B
Bash
13 lines
508 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/net-misc/sipcalc/sipcalc-1.1.6.ebuild,v 1.5 2013/03/31 09:59:23 ago Exp $
|
|
|
|
EAPI=5
|
|
|
|
DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator."
|
|
HOMEPAGE="http://www.routemeister.net/projects/sipcalc/"
|
|
SRC_URI="http://www.routemeister.net/projects/${PN}/files/${P}.tar.gz"
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 sparc x86 ~amd64-linux ~x86-linux"
|
|
IUSE=""
|