Magellan Linux

Annotation of /trunk/todo/zisofs-tools/zisofs-tools-1.0.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, 11 months ago) by niro
Original Path: trunk/extras/zisofs-tools/zisofs-tools-1.0.8-r1.smage2
File size: 678 byte(s)
import repo
1 niro 2 # $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