Magellan Linux

Contents of /branches/magellan-next/core/file/file-5.07-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7561 - (show annotations) (download)
Thu May 26 21:20:37 2011 UTC (12 years, 11 months ago) by niro
File size: 531 byte(s)
auto added: ver bump to 5.07-r1
1 # $Id$
2
3 PNAME="file"
4 PVER="5.07"
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"