summaryrefslogtreecommitdiff
blob: 4ce199b734bd10f2074510083f2dc5a1fa7dc3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/par/par-00.05.01.ebuild,v 1.3 2005/05/07 16:20:30 dholm Exp $

DESCRIPTION="par manipulates PalmOS database files"
HOMEPAGE="http://www.djw.org/product/palm/par/"
SRC_URI="http://www.djw.org/product/palm/par/prc.tgz"
SLOT="0"
LICENSE="MPL-1.1"
KEYWORDS="~x86 ~ppc"
IUSE=""
S="${WORKDIR}/prc"

src_compile() {
	emake || die 'Failed to compile!'
	emake par.man || die 'Failed to make man page!'
}

src_install () {
	dobin par
	dolib *.a *.so

	mv par.man par.1
	doman par.1
}