Contents of /trunk/todo/zipios++/zipios++-0.1.5.9_20040207-r6.smage2
Parent Directory | Revision Log
Revision 2769 -
(show annotations)
(download)
Thu Jul 9 20:56:36 2009 UTC (15 years, 3 months ago) by niro
File size: 813 byte(s)
Thu Jul 9 20:56:36 2009 UTC (15 years, 3 months ago) by niro
File size: 813 byte(s)
-moved to 'todo'
1 | # $Header: /magellan-cvs/smage/zipios++/zipios++-0.1.5.9_20040207-r6.smage2,v 1.1 2008/04/03 19:49:58 niro Exp $ |
2 | |
3 | PNAME="zipios++" |
4 | PVER="0.1.5.9_20040207" |
5 | PBUILD="r6" |
6 | |
7 | PCATEGORIE="dev-libs" |
8 | STATE="unstable" |
9 | |
10 | DESCRIPTION="Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files." |
11 | HOMEPAGE="http://zipios.sourceforge.net/" |
12 | |
13 | DEPEND=">= sys-libs/zlib-1.2.1" |
14 | SDEPEND=">= dev-util/cppunit-1.10.2" |
15 | |
16 | SRCFILE="${PNAME}_0.1.5.9+cvs.2004.02.07.orig.tar.gz" |
17 | SRCDIR="${BUILDDIR}/${PNAME}-0.1.5.9+cvs.2004.02.07" |
18 | |
19 | sminclude mbuild |
20 | |
21 | SRC_URI=( |
22 | mirror://${PNAME}/${SRCFILE} |
23 | mirror://${PNAME}/${PNAME}-${PVER}-fix-missing-includes.patch |
24 | ) |
25 | |
26 | src_prepare() |
27 | { |
28 | munpack ${SRCFILE} || die |
29 | cd ${SRCDIR} |
30 | |
31 | # fix some missed includes by 'make install' |
32 | mpatch ${PNAME}-${PVER}-fix-missing-includes.patch || die |
33 | } |
34 |
Properties
Name | Value |
---|---|
svn:keywords | Id |