mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
16 lines
349 B
Plaintext
Executable File
16 lines
349 B
Plaintext
Executable File
# description : Library facilitates the common operations with sizes in bytes
|
|
# depends : pcre2
|
|
|
|
name=libbytesize
|
|
version=2.10
|
|
release=1
|
|
source="https://github.com/storaged-project/$name/releases/download/$version/$name-$version.tar.gz"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr --with-gtk-doc=no
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|