diff options
author | Peter Johanson <latexer@gentoo.org> | 2003-02-18 13:38:02 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2003-02-18 13:38:02 +0000 |
commit | 301f163b43a3b582d5b7b19f477c512b405d7fc1 (patch) | |
tree | be6f1e47ef38d1805e739ad14cc7b1feb3e90237 /net-wireless/ap-utils/ap-utils-1.3.1.ebuild | |
parent | Couple more PEAR packages for Horde applications (diff) | |
download | gentoo-2-301f163b43a3b582d5b7b19f477c512b405d7fc1.tar.gz gentoo-2-301f163b43a3b582d5b7b19f477c512b405d7fc1.tar.bz2 gentoo-2-301f163b43a3b582d5b7b19f477c512b405d7fc1.zip |
Version bump.
Diffstat (limited to 'net-wireless/ap-utils/ap-utils-1.3.1.ebuild')
-rw-r--r-- | net-wireless/ap-utils/ap-utils-1.3.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-wireless/ap-utils/ap-utils-1.3.1.ebuild b/net-wireless/ap-utils/ap-utils-1.3.1.ebuild new file mode 100644 index 000000000000..a58747b59710 --- /dev/null +++ b/net-wireless/ap-utils/ap-utils-1.3.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ap-utils/ap-utils-1.3.1.ebuild,v 1.1 2003/02/18 13:38:02 latexer Exp $ + +DESCRIPTION="Wireless Access Point Utilites for Unix" +HOMEPAGE="http://ap-utils.polesye.net/" +SRC_URI="http://umn.dl.sourceforge.net/sourceforge/ap-utils/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +DEPEND=">=bison-1.34" +RDEPEND="" + +src_compile() { + econf --build=${CHOST} `use_enable nls` || die + emake || die +} + +src_install () { + einstall || die +} |