diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-06-19 19:05:22 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-06-19 19:05:22 +0000 |
commit | 357c408bf3ef98ee5004d098b07e9c9ef493d1df (patch) | |
tree | daf08470ea09367b1ceba1a059452fc5ed759970 /dev-libs/libax25 | |
parent | now includes 100% more init script! (diff) | |
download | gentoo-2-357c408bf3ef98ee5004d098b07e9c9ef493d1df.tar.gz gentoo-2-357c408bf3ef98ee5004d098b07e9c9ef493d1df.tar.bz2 gentoo-2-357c408bf3ef98ee5004d098b07e9c9ef493d1df.zip |
minor tweaks
Diffstat (limited to 'dev-libs/libax25')
-rw-r--r-- | dev-libs/libax25/libax25-0.0.11.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libax25/libax25-0.0.11.ebuild b/dev-libs/libax25/libax25-0.0.11.ebuild index ea80d0789157..206c87e3a9a0 100644 --- a/dev-libs/libax25/libax25-0.0.11.ebuild +++ b/dev-libs/libax25/libax25-0.0.11.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/libax25-0.0.11.ebuild,v 1.1 2003/06/19 18:47:09 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/libax25-0.0.11.ebuild,v 1.2 2003/06/19 19:05:22 rphillips Exp $ -DESCRIPTION="XASTIR" +DESCRIPTION="AX.25 protocol library for various Amateur Radio programs" HOMEPAGE="http://xastir.sourceforge.net/" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/ax25/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc" src_compile() { econf || die - pmake || die + emake || die } src_install() { |