mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 21:43:11 +00:00
15 lines
421 B
Plaintext
15 lines
421 B
Plaintext
|
modules += libuuid
|
||
|
|
||
|
libuuid_version := 1.0.3
|
||
|
libuuid_dir := libuuid-$(libuuid_version)
|
||
|
libuuid_tar := libuuid-$(libuuid_version).tar.gz
|
||
|
libuuid_url := http://downloads.sourceforge.net/project/libuuid/$(libuuid_tar)
|
||
|
libuuid_hash := 46af3275291091009ad7f1b899de3d0cea0252737550e7919d17237997db5644
|
||
|
|
||
|
libuuid_configure := ./configure \
|
||
|
--prefix $(INSTALL) \
|
||
|
|
||
|
libuuid_target := install
|
||
|
|
||
|
libuuid_libraries := .libs/libuuid.so
|