Magellan Linux

Contents of /trunk/todo/zisofs-tools/zisofs-tools-1.0.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2770 - (show annotations) (download)
Thu Jul 9 20:56:42 2009 UTC (14 years, 10 months ago) by niro
File size: 678 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/zisofs-tools/zisofs-tools-1.0.8-r1.smage2,v 1.2 2008/02/07 14:23:58 niro Exp $
2
3 PNAME="zisofs-tools"
4 PVER="1.0.8"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-fs"
8 STATE="testing"
9
10 DESCRIPTION="Utils to create compressed rockridge isos."
11 HOMEPAGE="http://www.kernel.org/pub/linux/utils/fs/zisofs/"
12
13 DEPEND=">= virtual/glibc
14 >= sys-libs/zlib-1.1.4"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://www.kernel.org/pub/linux/utils/fs/zisofs/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 src_install()
27 {
28 cd ${SRCDIR}
29 make INSTALLROOT=${BINDIR} install || die
30 minstalldocs CHANGES COPYING README || die
31 }

Properties

Name Value
svn:keywords Id