Magellan Linux

Contents of /branches/magellan-next/core/miscfiles/miscfiles-1.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7362 - (show annotations) (download)
Tue Jan 11 17:21:55 2011 UTC (13 years, 4 months ago) by niro
File size: 502 byte(s)
-fixed datadir
1 # $Id$
2
3 PNAME="miscfiles"
4 PVER="1.5"
5 PBUILD="r2"
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 sminclude mbuild
19
20 SRC_URI=(
21 gnu://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_gnu ${PNAME} gz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure --datadir=/usr/share/misc || die
32 mmake || die
33 }