Magellan Linux

Annotation of /branches/R11-unstable/core/miscfiles/miscfiles-1.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25024 - (hide annotations) (download)
Tue Nov 25 02:50:50 2014 UTC (9 years, 5 months ago) by niro
File size: 479 byte(s)
-release branches/R11-unstable
1 niro 7362 # $Id$
2    
3     PNAME="miscfiles"
4     PVER="1.5"
5     PBUILD="r2"
6    
7 niro 9940 PCAT="sys-apps"
8 niro 7362
9     DESCRIPTION="miscfiles - collection of various files."
10     HOMEPAGE="http://savannah.gnu.org/projects/miscfiles/"
11    
12     DEPEND=""
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     gnu://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_gnu ${PNAME} gz"
25    
26     src_compile()
27     {
28     cd ${SRCDIR}
29    
30     mconfigure --datadir=/usr/share/misc || die
31     mmake || die
32     }