Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/file/file-5.04-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1678 - (show annotations) (download)
Sun Jan 23 00:43:46 2011 UTC (13 years, 4 months ago) by niro
File size: 568 byte(s)
-ver bump to 5.04-r1
1 # $Id$
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 REMOVE_DEPRECATED_MAGE_TARGETS=1
19 sminclude multilib alx
20
21 SRC_URI=(
22 ftp://ftp.astron.com/pub/${PNAME}/${SRCFILE}
23 #ftp://ftp.gw.com/mirrors/pub/unix/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"