Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1766 - (show annotations) (download)
Mon Sep 19 10:55:54 2011 UTC (12 years, 7 months ago) by niro
File size: 586 byte(s)
auto added: ver bump to 5.08-r1
1 # $Id$
2
3 PNAME="file"
4 PVER="5.08"
5 PBUILD="r1"
6
7 PCATEGORIE="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 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
18 sminclude multilib mcore-split
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"