Magellan Linux

Contents of /trunk/extras/quilt/quilt-0.46-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1001 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/quilt/quilt-0.46-r2.smage2,v 1.1 2008/03/25 14:33:05 niro Exp $
2
3 PNAME="quilt"
4 PVER="0.46"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-util"
8 STATE="unstable"
9
10 DESCRIPTION="quilt - patch management scripts."
11 HOMEPAGE="http://savannah.nongnu.org/projects/quilt/"
12
13 DEPEND=">= sys-apps/ed-0.8
14 >= sys-apps/coreutils-6.10
15 >= dev-util/diffstat-1.45
16 >= media-gfx/graphviz-2"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 src_install()
29 {
30 cd ${SRCDIR}
31 mmake BUILD_ROOT=${BINDIR} install || die
32
33 # remove unneeded stuff
34 rm -rf ${BINDIR}/etc/bash_completion.d || die
35 rm -rf ${BINDIR}/usr/share/quilt/compat || die
36
37 # fix doc installation; want compressed docs
38 rm -rf ${BINDIR}/usr/share/doc/${PNAME}-${PVER} || die
39 minstalldocs AUTHORS COPYING TODO quilt.changes || die
40 minstalldocs doc/README doc/README.MAIL doc/quilt.pdf || die
41 }

Properties

Name Value
svn:keywords Id