Magellan Linux

Contents of /smage/trunk/core/cabextract/cabextract-1.9.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15327 - (show annotations) (download)
Wed Aug 19 06:51:06 2020 UTC (3 years, 8 months ago) by niro
File size: 404 byte(s)
auto added: ver bump to 1.9.1-r1
1 # $Id$
2
3 PNAME="cabextract"
4 PVER="1.9.1"
5 PBUILD="r1"
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 https://www.cabextract.org.uk/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE} | highesttarball gz"