Magellan Linux

Contents of /trunk/core/file/file-5.44-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33332 - (show annotations) (download)
Tue Jul 11 12:11:35 2023 UTC (10 months ago) by niro
File size: 612 byte(s)
-ver bump to 5.44-r1
1 # $Id$
2
3 PNAME="file"
4 PVER="5.44"
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 >= sys-libs/zlib-1.2.13
14 >= app-arch/bzip2-1
15 >= app-arch/xz-utils-5.4
16 >= app-arch/zstd-1.5"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude multilib mbuild
22
23 SRC_URI=(
24 ftp://ftp.astron.com/pub/${PNAME}/${SRCFILE}
25 #ftp://ftp.gw.com/mirrors/pub/unix/${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd ${HOMEPAGE} | highesttarball gz"