|
Last change
on this file since 2012 was 1341, checked in by Bruno Cornec, 14 years ago |
r4350@localhost: bruno | 2011-10-19 15:38:52 +0200
- Introduce the structure of a new tool, pbmkbm which aims at creating custom bootable media
|
|
File size:
478 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 |
|
|---|
| 6 | EAPI=1
|
|---|
| 7 | inherit perl-module
|
|---|
| 8 |
|
|---|
| 9 | DESCRIPTION="PBSUMMARY"
|
|---|
| 10 | HOMEPAGE="PBURL"
|
|---|
| 11 | SRC_URI="PBREPO/PBSRC"
|
|---|
| 12 |
|
|---|
| 13 | LICENSE="GPL-2"
|
|---|
| 14 | SLOT="0"
|
|---|
| 15 | KEYWORDS="~amd64 ~x86"
|
|---|
| 16 | IUSE=""
|
|---|
| 17 |
|
|---|
| 18 | DEPEND="${RDEPEND}"
|
|---|
| 19 | RDEPEND="dev-util/projectbuilder
|
|---|
| 20 | "
|
|---|
| 21 | MANDIR="/usr/share/man"
|
|---|
| 22 |
|
|---|
| 23 | S=${WORKDIR}/${PN}-${PV}
|
|---|
| 24 |
|
|---|
| 25 | src_unpack() {
|
|---|
| 26 | unpack ${A}
|
|---|
| 27 | cd "${S}"
|
|---|
| 28 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.