xdiskusage: 1.53 -> 1.54

This commit is contained in:
Danny Rawlins 2021-01-09 17:36:15 +11:00
parent dc73944e82
commit 442698891f
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35YuTtkjGaV1F5FE6Z/fr2oD9vQxKaA++l0U50ihDi+Co0k1F+gZBJKF7dFyLzt8Ykt6P06+tZrm8UlgQ8xrJQc=
SHA256 (Pkgfile) = c103b2d7ca5a1eecb2024947f06c837dc0485f7c2afee744e0a56a00874a4337
RWSagIOpLGJF34ybSU2TlT1TH6gVTHX+WmQxbfDS/xlg+HbxdqMn29rrVf+3/FgPVWWiXDlLrG7Q4JD6Njt13m3pYsP3EUxxdAA=
SHA256 (Pkgfile) = 7071ed32a5218a7169e5a54302f45f92e43f5bcfca0c9d849545261f8a051258
SHA256 (.footprint) = 944cb9fd472c66a70b21545b291de64d9cb415f140f2f1d8057dac894143168c
SHA256 (xdiskusage-1.53.tgz) = ede4d7ef5311e83aadd291b5dc0fc40a34bec1bba4195d4d73a92c56f93b52c6
SHA256 (xdiskusage-1.54.tgz) = 12947465d6e144997acf83a01687780e9a46add0f8049400c38756b2dd807377

View File

@ -4,14 +4,14 @@
# Depends on: fltk
name=xdiskusage
version=1.53
version=1.54
release=1
source=(http://xdiskusage.sourceforge.net/$name-$version.tgz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
install -D -m 0755 -o root -g root -s xdiskusage $PKG/usr/bin/xdiskusage
install -D -m 0644 -o root -g root xdiskusage.1 $PKG/usr/share/man/man1/xdiskusage.1
}