Port of FLIF (Free Lossless Image Format) library
http://flif.info/ _ ____ _(_)____ (___ | | | ___) (__ | |_| __) (_|___|_) Ref #97
This commit is contained in:
committed by
Norman Feske
parent
80fca9e122
commit
dc26a48a63
13
recipes/api/libflif/content.mk
Normal file
13
recipes/api/libflif/content.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
content: include lib/symbols/libflif LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/flif)
|
||||
|
||||
include:
|
||||
mkdir $@
|
||||
cp -r $(PORT_DIR)/include/flif/* $@/
|
||||
|
||||
lib/symbols/libflif:
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/flif/LICENSE $@
|
||||
1
recipes/api/libflif/hash
Normal file
1
recipes/api/libflif/hash
Normal file
@@ -0,0 +1 @@
|
||||
2018-01-08 e29fbd904d0be604a4dc106496d008ddaf22ef21
|
||||
1
recipes/src/libflif/api
Normal file
1
recipes/src/libflif/api
Normal file
@@ -0,0 +1 @@
|
||||
libflif
|
||||
15
recipes/src/libflif/content.mk
Normal file
15
recipes/src/libflif/content.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
content: src/lib/flif lib/mk/libflif.mk LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/flif)
|
||||
|
||||
src/lib/flif:
|
||||
$(mirror_from_rep_dir)
|
||||
cp -r $(PORT_DIR)/src/lib/flif/* $@
|
||||
echo "LIBS = libflif" > $@/target.mk
|
||||
|
||||
lib/mk/libflif.mk:
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/flif/LICENSE $@
|
||||
|
||||
1
recipes/src/libflif/hash
Normal file
1
recipes/src/libflif/hash
Normal file
@@ -0,0 +1 @@
|
||||
2018-01-18 27afe64571626a3dd503fa285bddb48142b1e4d4
|
||||
5
recipes/src/libflif/used_apis
Normal file
5
recipes/src/libflif/used_apis
Normal file
@@ -0,0 +1,5 @@
|
||||
libc
|
||||
libpng
|
||||
so
|
||||
stdcxx
|
||||
zlib
|
||||
Reference in New Issue
Block a user