Magellan Linux

Contents of /trunk/extras/quilt/quilt-0.48-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4272 - (show annotations) (download)
Tue Dec 1 14:16:18 2009 UTC (14 years, 4 months ago) by niro
File size: 1005 byte(s)
auto added: ver bump to 0.48-r1
1 # $Id$
2
3 PNAME="quilt"
4 PVER="0.48"
5 PBUILD="r1"
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-1.1
14 >= sys-apps/coreutils-7.6
15 >= dev-util/diffstat-1.51
16 >= media-gfx/graphviz-2.24"
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 UP2DATE="updatecmd http://download.savannah.gnu.org/releases/${PNAME}/ | lasttarball gz"
29
30 src_install()
31 {
32 cd ${SRCDIR}
33 mmake BUILD_ROOT=${BINDIR} install || die
34
35 # remove unneeded stuff
36 rm -rf ${BINDIR}/etc/bash_completion.d || die
37 rm -rf ${BINDIR}/usr/share/quilt/compat || die
38
39 # fix doc installation; want compressed docs
40 rm -rf ${BINDIR}/usr/share/doc/${PNAME}-${PVER} || die
41 minstalldocs AUTHORS COPYING TODO quilt.changes || die
42 minstalldocs doc/README doc/README.MAIL doc/quilt.pdf || die
43 }

Properties

Name Value
svn:keywords Id