Magellan Linux

Contents of /smage/trunk/core/file/file-5.04-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 708 - (show annotations) (download)
Thu Oct 21 15:07:06 2010 UTC (13 years, 6 months ago) by niro
File size: 584 byte(s)
auto added: ver bump to 5.04-r1
1 # $Id: file-5.03-r2.smage2 3054 2009-10-07 18:43:33Z niro $
2
3 PNAME="file"
4 PVER="5.04"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="Program to identify a file's format by scanning binary data for patterns."
11 HOMEPAGE="ftp://ftp.astron.com/pub/file/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude multilib
19
20 SRC_URI=(
21 ftp://ftp.astron.com/pub/${PNAME}/${SRCFILE}
22 #ftp://ftp.gw.com/mirrors/pub/unix/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"