This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
2019-08-03 12:06:11 +02:00
|
|
|
name: bzip2
|
|
|
|
version: 1.0.6
|
2019-09-04 16:39:10 +02:00
|
|
|
release: 2
|
2019-08-03 12:06:11 +02:00
|
|
|
sources: https://downloads.sourceforge.net/project/bzip2/bzip2-%{version}.tar.gz
|
|
|
|
options:
|
2019-09-04 16:39:10 +02:00
|
|
|
- make install: PREFIX='%{pkg}%{prefix}'
|
2019-08-03 12:06:11 +02:00
|
|
|
|
|
|
|
@configure
|
|
|
|
sed -i.orig -e '/^CFLAGS=/s/.*/CFLAGS = -O2 -fPIC/' bzip2-%{version}/Makefile
|
|
|
|
|