update buildroot to 2017.02.11
This commit is contained in:
6
bsp/buildroot-2017.02.11/package/giflib/Config.in
Normal file
6
bsp/buildroot-2017.02.11/package/giflib/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_GIFLIB
|
||||
bool "giflib"
|
||||
help
|
||||
giflib is a library for reading and writing gif images.
|
||||
|
||||
http://sourceforge.net/projects/giflib
|
||||
3
bsp/buildroot-2017.02.11/package/giflib/giflib.hash
Normal file
3
bsp/buildroot-2017.02.11/package/giflib/giflib.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# From http://sourceforge.net/projects/giflib/files
|
||||
md5 2c171ced93c0e83bb09e6ccad8e3ba2b giflib-5.1.4.tar.bz2
|
||||
sha1 5f1157cfc377916280849e247b8e34fa0446513f giflib-5.1.4.tar.bz2
|
||||
28
bsp/buildroot-2017.02.11/package/giflib/giflib.mk
Normal file
28
bsp/buildroot-2017.02.11/package/giflib/giflib.mk
Normal file
@@ -0,0 +1,28 @@
|
||||
################################################################################
|
||||
#
|
||||
# giflib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GIFLIB_VERSION = 5.1.4
|
||||
GIFLIB_SOURCE = giflib-$(GIFLIB_VERSION).tar.bz2
|
||||
GIFLIB_SITE = http://downloads.sourceforge.net/project/giflib
|
||||
GIFLIB_INSTALL_STAGING = YES
|
||||
GIFLIB_LICENSE = MIT
|
||||
GIFLIB_LICENSE_FILES = COPYING
|
||||
|
||||
GIFLIB_BINS = \
|
||||
gif2epsn gif2ps gif2rgb gif2x11 gifasm gifbg gifbuild gifburst gifclip \
|
||||
gifclrmp gifcolor gifcomb gifcompose gifecho giffiltr giffix gifflip \
|
||||
gifhisto gifinfo gifinter gifinto gifovly gifpos gifrotat \
|
||||
gifrsize gifspnge giftext giftool gifwedge icon2gif raw2gif rgb2gif \
|
||||
text2gif
|
||||
|
||||
define GIFLIB_BINS_CLEANUP
|
||||
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,$(GIFLIB_BINS))
|
||||
endef
|
||||
|
||||
GIFLIB_POST_INSTALL_TARGET_HOOKS += GIFLIB_BINS_CLEANUP
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user