[arch-commits] CVS update of core/base/e2fsprogs (PKGBUILD mke2fs.conf)

Thomas Baechler thomas at archlinux.org
Sat Feb 9 08:25:55 UTC 2008


    Date: Saturday, February 9, 2008 @ 09:25:55
  Author: thomas
    Path: /home/cvs-core/core/base/e2fsprogs

   Added: mke2fs.conf (1.1)
Modified: PKGBUILD (1.38 -> 1.39)

upgpkg: e2fsprogs 1.40.5-2


-------------+
 PKGBUILD    |   15 +++++++++------
 mke2fs.conf |   26 ++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 6 deletions(-)


Index: core/base/e2fsprogs/PKGBUILD
diff -u core/base/e2fsprogs/PKGBUILD:1.38 core/base/e2fsprogs/PKGBUILD:1.39
--- core/base/e2fsprogs/PKGBUILD:1.38	Sun Feb  3 16:43:49 2008
+++ core/base/e2fsprogs/PKGBUILD	Sat Feb  9 09:25:55 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.38 2008/02/03 15:43:49 tom Exp $
+# $Id: PKGBUILD,v 1.39 2008/02/09 08:25:55 thomas Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=e2fsprogs
 pkgver=1.40.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Ext2 filesystem utilities"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'MIT')
@@ -11,8 +11,12 @@
 groups=('base')
 depends=('glibc')
 makedepends=('bc')
-source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
-	Makefile-fsck.static.patch)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+	Makefile-fsck.static.patch
+	mke2fs.conf)
+md5sums=('69e55eaf543acfab8e2eb8ba2883d8cd'
+         'ce2b0daf84e17e8c7880ba3d43020ea3'
+         '4ebb30bdb5951f1fc86c1470e4d81532')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -26,6 +30,5 @@
   make -C ${startdir}/src/${pkgname}-${pkgver}/misc fsck.static || return 1
   install -D -m755 ${startdir}/src/${pkgname}-${pkgver}/misc/fsck.static  ${startdir}/pkg/sbin/fsck.static
   sed -i -e 's/^AWK=.*/AWK=awk/' ${startdir}/pkg/usr/bin/compile_et || return 1
+  install -m644 ${startdir}/src/mke2fs.conf ${startdir}/pkg/etc/ || return 1
 }
-md5sums=('69e55eaf543acfab8e2eb8ba2883d8cd'
-         'ce2b0daf84e17e8c7880ba3d43020ea3')
Index: core/base/e2fsprogs/mke2fs.conf
diff -u /dev/null core/base/e2fsprogs/mke2fs.conf:1.1
--- /dev/null	Sat Feb  9 09:25:55 2008
+++ core/base/e2fsprogs/mke2fs.conf	Sat Feb  9 09:25:55 2008
@@ -0,0 +1,26 @@
+[defaults]
+	base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
+	blocksize = 4096
+	inode_size = 128
+	inode_ratio = 16384
+
+[fs_types]
+	small = {
+		blocksize = 1024
+		inode_size = 128
+		inode_ratio = 4096
+	}
+	floppy = {
+		blocksize = 1024
+		inode_size = 128
+		inode_ratio = 8192
+	}
+	news = {
+		inode_ratio = 4096
+	}
+	largefile = {
+		inode_ratio = 1048576
+	}
+	largefile4 = {
+		inode_ratio = 4194304
+	}




More information about the arch-commits mailing list