Magellan Linux

Annotation of /trunk/extras/unrar/unrar-3.7.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 690 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/unrar/unrar-3.7.8-r1.smage2,v 1.1 2008/04/20 23:10:06 niro Exp $
2    
3     PNAME="unrar"
4     PVER="3.7.8"
5     PBUILD="r1"
6    
7     PCATEGORIE="app-arch"
8     STATE="unstable"
9    
10     DESCRIPTION="unrar uncompresses rar archive files."
11     HOMEPAGE="http://www.rarlab.com/rar_add.htm"
12    
13     DEPEND=""
14    
15     SRCFILE="${PNAME}src-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}"
17    
18     sminclude mtools
19    
20     SRC_URI=(
21     http://www.rarlab.com/rar/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     src_prepare()
26     {
27     munpack ${SRCFILE} || die
28     }
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33     mmake -f makefile.unix CXXFLAGS="${CXXFLAGS}" || die
34     }
35    
36     src_install()
37     {
38     cd ${SRCDIR}
39    
40     minstallexec unrar || die
41     minstalldocs license.txt readme.txt || die
42     }

Properties

Name Value
svn:keywords Id