Magellan Linux

Annotation of /branches/R11-unstable/core/reiserfsprogs/reiserfsprogs-3.6.24-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25059 - (hide annotations) (download)
Tue Nov 25 02:56:13 2014 UTC (9 years, 6 months ago) by niro
File size: 764 byte(s)
-release branches/R11-unstable
1 niro 19548 # $Id$
2    
3     PNAME="reiserfsprogs"
4     PVER="3.6.24"
5     PBUILD="r1"
6    
7     PCAT="sys-fs"
8    
9     DESCRIPTION="User-level tools for ReiserFS filesystems."
10     HOMEPAGE="http://www.namesys.com/"
11    
12     DEPEND=">= virtual/glibc
13     >= sys-libs/libuuid-2.22"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.xz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild mtools
19    
20     SRC_URI=(
21     https://www.kernel.org/pub/linux/kernel/people/jeffm/${PNAME}/v${PVER}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd http://kernel.org/pub/linux/utils/fs/reiserfs/ | lasttarball xz"
26    
27     src_install()
28     {
29     cd ${SRCDIR}
30     mmake DESTDIR=${BINDIR} install || die
31     mlink reiserfsck /usr/sbin/fsck.reiserfs || die
32     mlink mkreiserfs /usr/sbin/mkfs.reiserfs || die
33     minstalldocs AUTHORS ChangeLog COPYING CREDITS NEWS README || die
34     }