summaryrefslogtreecommitdiff
blob: 7fb11af9a03a276593c118a381627ad93d5d592b (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
26
27
28
29
30
31
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/bitpim-0.7.34.ebuild,v 1.1 2005/07/23 21:39:07 mrness Exp $

inherit eutils rpm
DESCRIPTION="BitPim is a program that allows you to view and manipulate data on selected cellular phones."
HOMEPAGE="http://www.bitpim.org"
SRC_URI="mirror://sourceforge/${PN}/${P}-0.i386.rpm"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~x86"
IUSE=""
RESTRICT="${RESTRICT} nostrip"
DEPEND="sys-libs/lib-compat"

S=${WORKDIR}

src_install() {
	cd ${S}/usr/bin
	exeinto /usr/bin
	doexe bitfling bitpim

	cd ${S}/usr/lib/
	insinto /usr/lib/
	doins -r ${P}

	cd ${S}/usr/lib/${P}
	exeinto /usr/lib/${P}
	doexe bp
}