Magellan Linux

Contents of /branches/R11-unstable/core/sg3-utils/sg3-utils-1.44-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32099 - (show annotations) (download)
Mon Apr 29 11:37:24 2019 UTC (5 years ago) by niro
File size: 471 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="sg3-utils"
4 PVER="1.44"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="Generic SCSI utilities."
10 HOMEPAGE="http://sg.danny.cz/sg/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME/-/_}-${PVER}.tgz"
15 SRCDIR="${BUILDDIR}/${PNAME/-/_}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 http://sg.danny.cz/sg/p/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2EXCLUDE="exe"
25 UP2DATE="updatecmd http://sg.danny.cz/sg/p/ | grep ${PNAME/-/_}- | grep -v '[0-9]r[0-9]' | highesttarball tgz"