Magellan Linux

Annotation of /smage/trunk/core/cabextract/cabextract-1.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6435 - (hide annotations) (download)
Fri May 8 08:24:19 2015 UTC (9 years, 1 month ago) by niro
File size: 442 byte(s)
auto added: ver bump to 1.6-r1
1 niro 6435 # $Id$
2    
3     PNAME="cabextract"
4     PVER="1.6"
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     http://www.cabextract.org.uk/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd ${HOMEPAGE} | grep 'latest version of' | sed 's/.*version \(.*\),.*/\1/'"