Magellan Linux

Annotation of /branches/R11-unstable/extras/cabextract/cabextract-1.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24837 - (hide annotations) (download)
Tue May 12 08:45:26 2015 UTC (9 years ago) by niro
Original Path: trunk/extras/cabextract/cabextract-1.6-r1.smage2
File size: 442 byte(s)
auto added: ver bump to 1.6-r1
1 niro 24837 # $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/'"