# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Simple utility for create and manage a wireless ad-hoc net" HOMEPAGE="http://www.redsend.org/" SRC_URI="http://www.redsend.org/magazzino/Utils/share-connection.tar.gz" LICENSE="GPL2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="" RDEPEND="net-firewall/iptables net-wireless/wireless-tools sys-apps/gawk sys-apps/net-tools" src_compile(){ einfo "Nothing to compile..." } src_install(){ mkdir -p ${D}/etc/init.d/ cp ${WORKDIR}/share-connection ${D}/etc/init.d/ chmod +x ${D}/etc/init.d/share-connection mkdir -p ${D}/etc/conf.d/ cp ${WORKDIR}/share-connection.conf ${D}/etc/conf.d/ }