161e8fa58e
[Thomas: - use the autotools-package infrastructure, since the package uses an autoconf configure script. - remove uninstall and clean commands since those are no longer supported by Buildroot. - rewrap the help text. - order alphabetically the package in package/Config.in] Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
400 B
Makefile
15 lines
400 B
Makefile
################################################################################
|
|
#
|
|
# fswebcam
|
|
#
|
|
################################################################################
|
|
|
|
FSWEBCAM_VERSION = 20110717
|
|
FSWEBCAM_SITE = http://www.firestorm.cx/fswebcam/files/
|
|
FSWEBCAM_LICENSE = GPLv2
|
|
FSWEBCAM_LICENSE_FILES = LICENSE
|
|
|
|
FSWEBCAM_DEPENDENCIES += freetype jpeg libpng gd
|
|
|
|
$(eval $(autotools-package))
|