Commit 325812b6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: add regex (necessary for Win32 libcddb)

parent 887b13d2
85a4f5161759646b3cf5484539cebe92e51ee1896f7853084d4aba2b5399164922103dc2b49971eca9821bec56195fef999f100f61b6d734955ccd7c81ca3ca7 regex-0.12.tar.gz
# REGEX
REGEX_VERSION := 0.12
REGEX_URL := http://ftp.gnu.org/old-gnu/regex/regex-$(REGEX_VERSION).tar.gz
PKGS_FOUND += regex
$(TARBALLS)/regex-$(REGEX_VERSION).tar.gz:
$(call download,$(REGEX_URL))
.sum-regex: regex-$(REGEX_VERSION).tar.gz
regex: regex-$(REGEX_VERSION).tar.gz .sum-regex
$(UNPACK)
$(MOVE)
.regex: regex
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && make subirs=
cd $< && $(AR) rcvu libregex.a regex.o && $(RANLIB) libregex.a && cp -v regex.h $(PREFIX)/include && cp -v libregex.a $(PREFIX)/lib
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment