mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
16 lines
455 B
Makefile
16 lines
455 B
Makefile
################################################################################
|
|
#
|
|
# fswebcam
|
|
#
|
|
################################################################################
|
|
|
|
FSWEBCAM_VERSION = 20140113
|
|
FSWEBCAM_SOURCE = fswebcam-$(FSWEBCAM_VERSION).tar.xz
|
|
FSWEBCAM_SITE = http://www.firestorm.cx/fswebcam/files
|
|
FSWEBCAM_LICENSE = GPL-2.0
|
|
FSWEBCAM_LICENSE_FILES = LICENSE
|
|
|
|
FSWEBCAM_DEPENDENCIES += freetype jpeg libpng gd
|
|
|
|
$(eval $(autotools-package))
|