Lines 2-7
Link Here
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/mbuffer-20090113.ebuild,v 1.6 2010/05/22 15:34:15 pacho Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/mbuffer-20090113.ebuild,v 1.6 2010/05/22 15:34:15 pacho Exp $ |
4 |
|
4 |
|
|
|
5 |
inherit eutils |
6 |
|
5 |
DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality" |
7 |
DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality" |
6 |
HOMEPAGE="http://www.maier-komor.de/mbuffer.html" |
8 |
HOMEPAGE="http://www.maier-komor.de/mbuffer.html" |
7 |
SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz" |
9 |
SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz" |
Lines 16-21
Link Here
|
16 |
src_unpack() { |
18 |
src_unpack() { |
17 |
unpack ${A} |
19 |
unpack ${A} |
18 |
cd "${S}" |
20 |
cd "${S}" |
|
|
21 |
epatch "${FILESDIR}"/${P}-race-condition.patch |
19 |
sed -i 's:/bin/ksh:/bin/sh:' Makefile.in #258359 |
22 |
sed -i 's:/bin/ksh:/bin/sh:' Makefile.in #258359 |
20 |
ln -s "${DISTDIR}"/${P}.tgz test.tar #258881 |
23 |
ln -s "${DISTDIR}"/${P}.tgz test.tar #258881 |
21 |
} |
24 |
} |