mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: bzip2
|
|
Description: A file compression library
|
|
Version: 1.0.8
|
|
Libs: -L${libdir} -lbz2
|
|
Cflags: -I${includedir} |