diff options
author | 2007-05-14 23:34:40 +0000 | |
---|---|---|
committer | 2007-05-14 23:34:40 +0000 | |
commit | 26ded5af0d30339fed306aa100e64d225e5cf9a2 (patch) | |
tree | fd7f0467b759bebdb54211d3657289675efda291 /net-wireless/chillispot/chillispot-1.1.0.ebuild | |
parent | Call ld with proper flags to prevent compilation failures of some other ocaml... (diff) | |
download | gentoo-2-26ded5af0d30339fed306aa100e64d225e5cf9a2.tar.gz gentoo-2-26ded5af0d30339fed306aa100e64d225e5cf9a2.tar.bz2 gentoo-2-26ded5af0d30339fed306aa100e64d225e5cf9a2.zip |
- version bump
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'net-wireless/chillispot/chillispot-1.1.0.ebuild')
-rw-r--r-- | net-wireless/chillispot/chillispot-1.1.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-wireless/chillispot/chillispot-1.1.0.ebuild b/net-wireless/chillispot/chillispot-1.1.0.ebuild new file mode 100644 index 000000000000..a4c6f880e393 --- /dev/null +++ b/net-wireless/chillispot/chillispot-1.1.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/chillispot-1.1.0.ebuild,v 1.1 2007/05/14 23:34:40 solar Exp $ + +DESCRIPTION="open source captive portal or wireless LAN access point controller" +HOMEPAGE="http://www.chillispot.org/" +SRC_URI="http://www.chillispot.org/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND=">=sys-apps/sed-4" +RDEPEND="" + +src_unpack() { + unpack ${A} + cd "${S}" + chmod 644 doc/*.conf + find . -exec chmod go-w '{}' \; +} + +src_install() { + einstall STRIPPROG=true || die "einstall failed" + cd doc && dodoc chilli.conf freeradius.users hotspotlogin.cgi firewall.iptables + + # init script provided by Michele Beltrame bug #124698 + newinitd "${FILESDIR}"/${PN} ${PN} || die +} |