# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Netprofiler saves the settings of network devices into files with appropriate names for each device in a folder whose name is specified by the user. These are called netprofiles. It is then easy to change the network settings to those saved in the profiles." HOMEPAGE="http://freshmeat.net/projects/netprofiler/" SRC_URI="http://gnarlin.homeunix.org/forrit/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND=">=app-shells/bash-3.0-r11 >=net-dns/bind-tools-9.2.5" src_compile() { echo "Nothing to compile" } src_install() { dodir /usr/sbin || die dodir /etc/netprofiler/profiles || die dosbin netprofiler || die doman netprofiler.8.gz || die dodoc README CHANGELOG TODO || die cp filtered.list ${D}/etc/netprofiler/ || die cp netprofiler.conf ${D}/etc/netprofiler/ || die cp -R profiles ${D}/etc/netprofiler/ || die }