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
302 B
Bash
Raw Normal View History

2013-07-13 17:19:22 +01:00
version=\
(
"1.0.6"
)
url=\
(
2020-08-19 18:51:19 +01:00
"https://sourceforge.net/projects/bzip2/files/bzip2-$version.tar.gz"
2013-07-13 17:19:22 +01:00
)
md5=\
(
"00b516f4704d4a7cb50a1d97e6e8e15b"
)
post_unpack()
{
sed -i 's/CFLAGS=/CFLAGS+=/;' Makefile Makefile-libbz2_so
}
maintainer=\
(
"Ricardo Martins <rasm@fe.up.pt>"
)