xfsprogs: update to 5.11.0
This commit is contained in:
parent
4fb4684345
commit
f6a4883479
xfsprogs
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/d2P3M1B8Dfoaevm+PgnmnBJCG1oD5ZLT1ZlyoP3O4FfLYr6gKieO1SrcxZynr4v6IQYi2iV6QX9kUIxH1gg0wo=
|
||||
SHA256 (Pkgfile) = 8f404447e4803332a513305b98273ccfe757aec17ef225827d34e89949ee0e96
|
||||
RWSE3ohX2g5d/eCFfnz5Gy5F2HCSVWQyKYRIS0CoF4HSaPK8ZZEcm6AEGZDup3SLn3ZRPlotjY6QRUcmTYGrvKeh4QLyL+25cgk=
|
||||
SHA256 (Pkgfile) = d8d752e7b7c64fec138759baecacaabe97a4940f713ed9688300dc873ff2726c
|
||||
SHA256 (.footprint) = 39739b70c8f8dd33bab25ef1c7097731a2455b0903b06d24bfc7b7d4f5656687
|
||||
SHA256 (xfsprogs-5.10.0.tar.xz) = e04017e46d43e4d54b9a560fd7cea922520f8f6ef882404969d20cd4e5c790e9
|
||||
SHA256 (xfsprogs-5.11.0.tar.xz) = 0e9c390fcdbb8a79e1b8f5e6e25fd529fc9f9c2ef8f2d5e647b3556b82d1b353
|
||||
|
@ -1,29 +1,30 @@
|
||||
# Description: Filesystem utilities for XFS
|
||||
# URL: https://xfs.org/index.php/Main_Page
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
# Depends on: libdevmapper inih
|
||||
# URL: https://xfs.org/index.php/Main_Page
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
# Depends on: libdevmapper inih
|
||||
|
||||
name=xfsprogs
|
||||
version=5.10.0
|
||||
version=5.11.0
|
||||
release=1
|
||||
source=(https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
make configure
|
||||
make configure
|
||||
|
||||
export DEBUG=-DNDEBUG
|
||||
export OPTIMIZER=$CFLAGS
|
||||
export DEBUG=-DNDEBUG
|
||||
export OPTIMIZER=$CFLAGS
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-gettext \
|
||||
--disable-libicu
|
||||
make
|
||||
make -j1 DIST_ROOT=$PKG install install-dev
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-gettext \
|
||||
--disable-libicu
|
||||
make
|
||||
make -j1 DIST_ROOT=$PKG install install-dev
|
||||
|
||||
rm $PKG/lib/libhandle.{so,a,la}
|
||||
ln -sf ../../lib/$(readlink $PKG/lib/libhandle.so.1) $PKG/usr/lib/libhandle.so
|
||||
rm $PKG/lib/libhandle.{so,a,la}
|
||||
ln -sf ../../lib/$(readlink $PKG/lib/libhandle.so.1) $PKG/usr/lib/libhandle.so
|
||||
|
||||
rm -r $PKG/usr/{share/doc,lib/xfsprogs}
|
||||
rm -r $PKG/usr/{share/doc,lib/xfsprogs}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user