Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/cabextract/cabextract-1.6-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14718 - (show annotations) (download)
Tue Aug 4 11:52:18 2020 UTC (3 years, 8 months ago) by niro
File size: 442 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="cabextract"
4 PVER="1.6"
5 PBUILD="r3"
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/'"