This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/bzip2/common.bash

26 lines
279 B
Bash

version=\
(
"1.0.6"
)
url=\
(
"http://bzip.org/1.0.6/bzip2-$version.tar.gz"
)
md5=\
(
"00b516f4704d4a7cb50a1d97e6e8e15b"
)
post_unpack()
{
sed -i 's/CFLAGS=/CFLAGS+=/;' Makefile Makefile-libbz2_so
}
maintainer=\
(
"Ricardo Martins <rasm@fe.up.pt>"
)