new release against lib32-util-linux

This commit is contained in:
Giuseppe 2011-08-11 10:03:06 +00:00
parent 2f1df33fe4
commit eddcd6d5a9

View File

@ -6,12 +6,12 @@
_pkgbasename=e2fsprogs
pkgname=lib32-e2fsprogs
pkgver=1.41.14
pkgrel=1
pkgrel=2
pkgdesc="Ext2 filesystem libraries (32-bit)"
arch=(x86_64)
license=('GPL' 'LGPL' 'MIT')
url="http://e2fsprogs.sourceforge.net"
depends=('lib32-util-linux-ng>=2.16' $_pkgbasename)
depends=('lib32-util-linux>=2.19.1' $_pkgbasename)
makedepends=('bc' 'gcc-multilib')
source=("http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz")
sha1sums=('24f9364fa3d4c0d7d00cb627b819d0e51055d6c5')
@ -24,8 +24,11 @@ build() {
cd "${srcdir}/${_pkgbasename}-${pkgver}"
./configure --prefix=/usr --libdir=/usr/lib32 --with-root-prefix="" --enable-elf-shlibs \
--disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
./configure --prefix=/usr \
--libdir=/usr/lib32 \
--with-root-prefix="" \
--enable-elf-shlibs \
--disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
make
}