Magellan Linux

Contents of /smage/trunk/core/file/file-5.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5334 - (show annotations) (download)
Mon Dec 30 09:02:13 2013 UTC (10 years, 8 months ago) by niro
File size: 564 byte(s)
-split package
1 # $Id$
2
3 PNAME="file"
4 PVER="5.16"
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 ALX_PKG_KEEP="usr/bin
18 usr/$(mlibdir)/*.so.*"
19 sminclude multilib alx-split
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"