Magellan Linux

Contents of /smage/branches/alx07x-stable/core/cabextract/cabextract-1.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11436 - (show annotations) (download)
Tue Dec 19 12:35:21 2017 UTC (6 years, 4 months ago) by niro
File size: 442 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="cabextract"
4 PVER="1.6"
5 PBUILD="r2"
6
7 PCAT="app-arch"
8
9 DESCRIPTION="Unpacks MS .cab files."
10 HOMEPAGE="http://www.cabextract.org.uk/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 http://www.cabextract.org.uk/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE} | grep 'latest version of' | sed 's/.*version \(.*\),.*/\1/'"