main/libbytesize: updated to 2.7

This commit is contained in:
emmett1
2022-07-02 06:57:37 +08:00
parent 466ba726d4
commit 1e6027f8bd

View File

@@ -7,9 +7,8 @@ release=1
source="https://github.com/storaged-project/$name/releases/download/$version/$name-$version.tar.gz"
build() {
cd $name-$version
./configure --prefix=/usr
cd $name-$version
./configure --prefix=/usr --with-gtk-doc=no
make
make DESTDIR=$PKG install