Magellan Linux

Contents of /branches/magellan-next/core/sg3-utils/sg3-utils-1.31-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8329 - (show annotations) (download)
Thu Jul 14 20:32:22 2011 UTC (12 years, 9 months ago) by niro
File size: 443 byte(s)
auto added: ver bump to 1.31-r1
1 # $Id$
2
3 PNAME="sg3-utils"
4 PVER="1.31"
5 PBUILD="r1"
6
7 PCATEGORIE="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 UP2DATE="updatecmd 'http://sg.danny.cz/sg/p/?C=M;O=A' | grep ${PNAME/-/_}- | lasttarball tgz"