Magellan Linux

Contents of /trunk/core/file/file-5.11-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13291 - (show annotations) (download)
Mon Oct 1 08:34:10 2012 UTC (11 years, 8 months ago) by niro
File size: 508 byte(s)
-rebuild against gcc-4.7.2/glibc-2.16/linux-3.4.11/ppl-1.0/mpc-1.0 toolchain
1 # $Id$
2
3 PNAME="file"
4 PVER="5.11"
5 PBUILD="r2"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="Program to identify a file's format by scanning binary data for patterns."
10 HOMEPAGE="ftp://ftp.astron.com/pub/file/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib
18
19 SRC_URI=(
20 ftp://ftp.astron.com/pub/${PNAME}/${SRCFILE}
21 #ftp://ftp.gw.com/mirrors/pub/unix/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"