upg e2fsprogs
This commit is contained in:
parent
036ef6d504
commit
5d044faac6
2 changed files with 12 additions and 10 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=e2fsprogs
|
||||
pkgname=('e2fsprogs' 'fuse2fs')
|
||||
pkgver=1.47.1
|
||||
pkgrel=02
|
||||
pkgrel=04
|
||||
pkgdesc='Ext2/3/4 filesystem utilities w/o systemd'
|
||||
url='http://e2fsprogs.sourceforge.net'
|
||||
makedepends=('util-linux' 'fuse3' 'gettext')
|
||||
|
@ -30,10 +30,11 @@ build() {
|
|||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--prefix='/usr' \
|
||||
--with-root-prefix='' \
|
||||
--libdir=/usr/lib \
|
||||
--sbindir=/usr/bin \
|
||||
--libdir='/usr/lib' \
|
||||
--libexecdir='/usr/lib' \
|
||||
--sbindir='/usr/bin' \
|
||||
--enable-elf-shlibs \
|
||||
--disable-fsck \
|
||||
--disable-uuidd \
|
||||
|
@ -102,6 +103,6 @@ sha256sums=(5a33dc047fd47284bca4bb10c13cfe7896377ae3d01cb81a05d406025d99e0d1 #
|
|||
f55da3aaac88bc916a61a158a3cbd3ec17bcf50e82fccf38d791e5ac2c50faee # e2fsprogs-1.47.1.tar.sign
|
||||
cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb) # MIT-LICENSE
|
||||
|
||||
## fad31a6001fe8fd6a3ecb9c741af267ec0465d7cb1c6942dc6a7a8221faf2877 e2fsprogs-1.47.1-02-x86_64.pkg.tar.lz
|
||||
## 886e42674aba3e956d9d40be175e49a012134dd62d4df46564ca02af0b7dcea4 fuse2fs-1.47.1-02-x86_64.pkg.tar.lz
|
||||
## 5d519767349eecdb8875e0a7c58faaa8eb807fc9726acc88f5b53ef447a489dc e2fsprogs-1.47.1-04-x86_64.pkg.tar.lz
|
||||
## e3615e6e282e270964d64796ffc0e2f367202f18dbd32c978b398eb1b138e077 fuse2fs-1.47.1-04-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
pkgbase=e2fsprogs
|
||||
pkgname=('e2fsprogs' 'fuse2fs')
|
||||
pkgver=1.47.1
|
||||
pkgrel=2
|
||||
pkgrel=4
|
||||
pkgdesc='Ext2/3/4 filesystem utilities'
|
||||
arch=('x86_64')
|
||||
license=('GPL' 'LGPL' 'MIT')
|
||||
|
@ -29,10 +29,11 @@ build() {
|
|||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--prefix='/usr' \
|
||||
--with-root-prefix='' \
|
||||
--libdir=/usr/lib \
|
||||
--sbindir=/usr/bin \
|
||||
--libdir='/usr/lib' \
|
||||
--libexecdir='/usr/lib' \
|
||||
--sbindir='/usr/bin' \
|
||||
--enable-elf-shlibs \
|
||||
--disable-fsck \
|
||||
--disable-uuidd \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue