summaryrefslogtreecommitdiff
blob: c3fdd3b8a6a5b1fdc8fc384489b3c98ae2704f3a (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
32
33
34
35
36
37
38
39
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/upm/upm-0.85.ebuild,v 1.7 2003/10/03 15:38:11 agriffis Exp $

inherit eutils

DESCRIPTION="The micro Package Manager"

HOMEPAGE="http://u-os.org/upm.html"

SRC_URI="http://www.ibiblio.org/pub/linux/distributions/uos/sputnik/sources/${P}.tar.gz"

LICENSE="4F"

SLOT="0"

KEYWORDS="x86 ppc ~sparc alpha"

IUSE=""

DEPEND="sys-apps/fakeroot"

S=${WORKDIR}/${P}

src_unpack() {
	unpack ${P}.tar.gz
	epatch ${FILESDIR}/${P}-gentoo.diff
}

src_compile() {
	emake
}

src_install() {
	dodir /bin
	make DESTDIR=${D} install || die
	dodir /usr/upm/installed
	dodir /var/upm/{binary,cache}
}