kumquat-buildroot/package/libfm-extra/libfm-extra.mk
Vicente Olivert Riera e5d3c5abde libfm-extra: new package
[Thomas:
  - adjust license: it's actually under GPLv2+, plus some bits under
    LGPLv2.1+ as noticed by Yann E. Morin, and add another license
    file for LGPLv2.1+
  - add missing dependency on host-intltool.]

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 02:16:09 +02:00

17 lines
601 B
Makefile

################################################################################
#
# libfm-extra
#
################################################################################
LIBFM_EXTRA_VERSION = 1.2.3
LIBFM_EXTRA_SOURCE = libfm-$(LIBFM_EXTRA_VERSION).tar.xz
LIBFM_EXTRA_SITE = http://sourceforge.net/projects/pcmanfm/files
LIBFM_EXTRA_DEPENDENCIES = libglib2 host-intltool
LIBFM_EXTRA_LICENSE = GPLv2+, LGPLv2.1+
LIBFM_EXTRA_LICENSE_FILES = COPYING src/extra/fm-xml-file.c
LIBFM_EXTRA_INSTALL_STAGING = YES
LIBFM_EXTRA_CONF_OPTS = --with-extra-only --with-gtk=no
$(eval $(autotools-package))