Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302776
Collapse All | Expand All

(-)/usr/portage/dev-libs/libax25/libax25-0.0.11-r2.ebuild (-7 / +13 lines)
Lines 1-17 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/libax25-0.0.11-r2.ebuild,v 1.4 2009/10/21 16:02:41 maekke Exp $
3
# $Header: $
4
5
inherit versionator
6
7
MY_P=${PN}-$(replace_version_separator 3 '-')
4
8
5
DESCRIPTION="AX.25 protocol library for various Amateur Radio programs"
9
DESCRIPTION="AX.25 protocol library for various Amateur Radio programs"
6
HOMEPAGE="http://ax25.sourceforge.net/"
10
HOMEPAGE="http://www.linux-ax25.org/"
7
SRC_URI="mirror://sourceforge/ax25/${P}.tar.gz"
11
SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz"
8
12
9
LICENSE="LGPL-2.1"
13
LICENSE="LGPL-2.1"
10
SLOT="0"
14
SLOT="0"
11
KEYWORDS="amd64 ~ppc x86"
15
KEYWORDS="~amd64 ~ppc ~x86"
12
IUSE=""
16
IUSE=""
13
17
18
S=${WORKDIR}/${MY_P}
19
14
src_install() {
20
src_install() {
15
	emake DESTDIR="${D}" install installconf || die
21
	emake DESTDIR="${D}" install installconf || die "emake install failed"
16
	dodoc AUTHORS NEWS README || die
22
	dodoc AUTHORS NEWS README || die "dodoc failed"
17
}
23
}

Return to bug 302776