/[gentoo-x86]/media-radio/tlf/tlf-1.1.2.ebuild
Gentoo

Contents of /media-radio/tlf/tlf-1.1.2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Thu Feb 7 08:47:30 2013 UTC (3 months, 2 weeks ago) by tomjbe
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
FILE REMOVED
Drop unneeded awk dep (bug #455736). Remove old

(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.2.ebuild,v 1.4 2012/11/02 08:06:32 tomjbe Exp $
4
5 EAPI="4"
6
7 inherit flag-o-matic multilib
8
9 DESCRIPTION="Console-mode amateur radio contest logger"
10 HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html"
11 SRC_URI="mirror://github/Tlf/${PN}/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="amd64 x86"
16 IUSE=""
17
18 RDEPEND="sys-libs/ncurses
19 dev-libs/glib:2
20 media-libs/hamlib
21 media-sound/sox"
22 DEPEND="${RDEPEND}
23 sys-apps/gawk"
24
25 src_configure() {
26 append-ldflags -L/usr/$(get_libdir)/hamlib
27 econf --docdir=/usr/share/doc/${PF} --enable-hamlib
28 }

  ViewVC Help
Powered by ViewVC 1.1.13