buildrootschalter/package/fswebcam/fswebcam.mk
Lucas De Marchi 161e8fa58e fswebcam: new package
[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>
2013-12-28 17:19:46 +01:00

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))