Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/file/file-5.31-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10052 - (hide annotations) (download)
Thu Aug 3 14:41:13 2017 UTC (6 years, 9 months ago) by niro
File size: 583 byte(s)
-release branches/alx07x-stable
1 niro 9542 # $Id$
2    
3     PNAME="file"
4     PVER="5.31"
5     PBUILD="r1"
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     ALX_PKG_KEEP="usr/bin
18     usr/$(mlibdir)/*.so.*
19     usr/share/misc"
20     sminclude multilib alx-split
21    
22     SRC_URI=(
23     ftp://ftp.astron.com/pub/${PNAME}/${SRCFILE}
24     #ftp://ftp.gw.com/mirrors/pub/unix/${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd ${HOMEPAGE} | highesttarball gz"