Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7361 - (show annotations) (download)
Tue Jan 11 17:18:50 2011 UTC (13 years, 5 months ago) by niro
File size: 409 byte(s)
-dropped deprecated patch and using mbuild sminclude
1 # $Id$
2
3 PNAME="miscfiles"
4 PVER="1.5"
5 PBUILD="r1"
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"