Magellan Linux

Contents of /trunk/todo/unrar/unrar-3.7.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2614 - (show annotations) (download)
Thu Jul 9 20:39:31 2009 UTC (14 years, 10 months ago) by niro
File size: 690 byte(s)
-moved to 'todo'
1 # $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