Magellan Linux

Annotation of /trunk/core/miscfiles/miscfiles-1.4.2-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 149 - (hide annotations) (download)
Tue Oct 14 13:55:55 2008 UTC (15 years, 7 months ago) by niro
File size: 835 byte(s)
-rev bump to 1.4.2-r5
1 niro 149 # $Header: /magellan-cvs/smage/miscfiles/miscfiles-1.4.2-r4.smage2,v 1.1 2008/02/10 11:02:43 niro Exp $
2    
3     PNAME="miscfiles"
4     PVER="1.4.2"
5     PBUILD="r5"
6    
7     PCATEGORIE="sys-apps"
8     STATE="unstable"
9    
10     DESCRIPTION="miscfiles - collection of various files."
11     HOMEPAGE="http://savannah.gnu.org/projects/miscfiles/"
12    
13     DEPEND=""
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     SRC_URI=(
19     mirror://${PNAME}/${SRCFILE}
20     mirror://${PNAME}/${PNAME}-1.3-Makefile.diff
21     )
22    
23     UP2DATE="updatecmd_gnu ${PNAME} gz"
24    
25     src_prepare()
26     {
27     munpack ${SRCFILE} || die
28     cd ${SRCDIR}
29     mpatch ${PNAME}-1.3-Makefile.diff || die
30     }
31    
32     src_compile()
33     {
34     cd ${SRCDIR}
35     mconfigure || die
36     mmake || die
37     }
38    
39     src_install()
40     {
41     cd ${SRCDIR}
42     make install prefix=${BINDIR}/usr || die
43     minstalldocs ANNOUNCE COPYING dict-README GNU-manifesto NEWS ORIGIN README || die
44     }

Properties

Name Value
svn:keywords Id