source: ProjectBuilder/pbconf/devel/ProjectBuilder/ebuild/projectbuilder.ebuild@ 1068

Last change on this file since 1068 was 1068, checked in by Bruno Cornec, 14 years ago

r3944@sge91-1-82-234-15-218: bruno | 2010-07-10 14:58:22 +0200

  • Addition of ebuild build files for pb (Joachim Langenbach)
  • delivery level for pb is now test
File size: 604 bytes
Line 
1# Copyright 1999-2010 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4# Contributed by Joachim Langenbach <joachim_at_falaba.de>
5
6EAPI=1
7inherit eutils perl-module
8
9PN="PBPKG"
10DESCRIPTION="PBSUMMARY"
11HOMEPAGE="PBURL"
12SRC_URI="PBREPO/${PN}-${PV}.tar.gz"
13
14LICENSE="GPL-2"
15SLOT="0"
16KEYWORDS="~amd64 ~x86"
17IUSE=""
18
19DEPEND=""
20RDEPEND=""
21
22S=${WORKDIR}/${PN}-${PV}
23
24src_unpack() {
25 unpack ${A}
26 cd "${S}"
27}
28
29#src_install() {
30# dobin bin/*
31# insinto /usr/lib/perl5/site_perl/5.8.8/ProjectBuilder
32# doins lib/ProjectBuilder/*
33# insinto etc
34# doins etc/*
35#}
Note: See TracBrowser for help on using the repository browser.