bzip2 recipe

master
Philippe Pittoli 2021-03-27 23:50:13 +01:00
parent 8a17d4e2f2
commit 17c0636ffb
1 changed files with 13 additions and 0 deletions

13
recipes/bzip2/Makefile Normal file
View File

@ -0,0 +1,13 @@
name = bzip2
version = 1.0.6
release = 0
URL = https://downloads.sourceforge.net/project/bzip2/bzip2-$(version).tar.gz
MAKE_INSTALL_OPTIONS_USER = PREFIX=$(pkg_fake_root_dir)/$(PREFIX)
pre_configure:
$(Q)sed -i.orig -e '/^CFLAGS=/s/.*/CFLAGS = -O2 -fPIC/' $(bdir)/Makefile
SYSCONF ?= ../../
include $(SYSCONF)/package.mk