Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25145 - (hide annotations) (download)
Tue Nov 25 03:07:18 2014 UTC (9 years, 5 months ago) by niro
File size: 442 byte(s)
-release branches/R11-unstable
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/'"