mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-27 11:32:08 +01:00
main/xfsprogs: upgrade to 5.3.0
This commit is contained in:
parent
ab76d2bdf5
commit
471067eadf
@ -1,7 +1,7 @@
|
||||
# Contributor: Valery Kartel <valery.kartel@gmail.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xfsprogs
|
||||
pkgver=5.2.1
|
||||
pkgver=5.3.0
|
||||
pkgrel=0
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
url="http://xfs.org/index.php/Main_Page"
|
||||
@ -17,7 +17,6 @@ source="https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-$pkgver.
|
||||
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
export DEBUG=-DNDEBUG
|
||||
export OPTIMIZER="$CFLAGS"
|
||||
./configure \
|
||||
@ -31,7 +30,6 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make -j1 DIST_ROOT="$pkgdir" install install-dev
|
||||
find "$pkgdir" -name *.la -delete
|
||||
mv "$pkgdir"/sbin "$pkgdir"/usr
|
||||
@ -50,6 +48,6 @@ extra() {
|
||||
mv "$pkgdir"/usr "$subpkgdir"/
|
||||
}
|
||||
|
||||
sha512sums="4bf598b811dddae8dfc7e7086a157a53667602c80a34b0d037f94d3d8e35ad7172ac0b89ba83118a3bfa85d1127982cdb08fb3e30f38b63e3f124d19267d6532 xfsprogs-5.2.1.tar.gz
|
||||
sha512sums="b33f203625a98d2e56c854b90b5933b00202435be69395da740e9642a6f8072b948c5bec94e759716ed2c31aa09c82e96714bb3d3f566ebcab66e035e24e7137 xfsprogs-5.3.0.tar.gz
|
||||
080161b211e20277e44f714961b36064536bb5cce72a6f93fef4996e296a3953d33c1a066ef371ccd5551622357105f9be9086ef917386f5d43f6a211b0bd7c9 fix-mmap.patch
|
||||
bc7971207a296d8112f8993f6a266533135aae59a4438bb511f472931c37b8ce3033c597d67abbd3664f4405317aeb049e747c1811c9495c1a24d98935f799cc musl-MAP_SYNC-fix.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user