# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Basic AX.25 (Amateur Radio) user tools, additional daemons" HOMEPAGE="http://ax25.sourceforge.net/" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/ax25/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc >=dev-libs/libax25-0.0.7" src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die # "installconf" installs sample configurations # Gentoo's configuration protection system can work with this make DESTDIR=${D} installconf || die }