mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
16
package/libfm-extra/libfm-extra.mk
Normal file
16
package/libfm-extra/libfm-extra.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libfm-extra
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBFM_EXTRA_VERSION = 1.3.1
|
||||
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 = GPL-2.0+, LGPL-2.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))
|
||||
Reference in New Issue
Block a user