# ChangeLog for media-radio/xastir
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.8 2005/08/02 18:27:11 vanquirius Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.9 2006/06/16 23:06:12 mr_bones_ Exp $
+
+ 16 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> -xastir-1.2.0.ebuild,
+ -xastir-1.4.0.ebuild, xastir-1.6.0.ebuild:
+ clean out old versions; fix DESCRIPTION
*xastir-1.6.0 (02 Aug 2005)
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.6.0.ebuild,v 1.1 2005/08/02 18:27:11 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.6.0.ebuild,v 1.2 2006/06/16 23:06:12 mr_bones_ Exp $
-DESCRIPTION="XASTIR"
+DESCRIPTION="A program for receiving and plotting APRS(tm) position packets"
HOMEPAGE="http://xastir.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~ppc ~x86"
IUSE="imagemagick curl ax25 festival shape"
DEPEND="virtual/libc
curl? ( net-misc/curl )"
src_install() {
- make DESTDIR=${D} install || die
- mkdir -p ${D}/usr/local
+ make DESTDIR="${D}" install || die
+ mkdir -p "${D}"/usr/local
dosym ../xastir usr/local/xastir
}