You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
471 B
18 lines
471 B
4 years ago
|
################################################################################
|
||
|
#
|
||
|
# aio-grab
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
AIO_GRAB_VERSION = git
|
||
|
AIO_GRAB_DIR = aio-grab.$(AIO_GRAB_VERSION)
|
||
|
AIO_GRAB_SOURCE = aio-grab.$(AIO_GRAB_VERSION)
|
||
|
AIO_GRAB_SITE = https://github.com/oe-alliance
|
||
|
|
||
|
AIO_GRAB_DEPENDENCIES = zlib libpng libjpeg-turbo
|
||
|
|
||
|
AIO_GRAB_AUTORECONF = YES
|
||
|
|
||
|
aio-grab: | $(TARGET_DIR)
|
||
|
$(call autotools-package)
|