mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
17 lines
542 B
Makefile
17 lines
542 B
Makefile
################################################################################
|
|
#
|
|
# yad
|
|
#
|
|
################################################################################
|
|
|
|
YAD_VERSION = 0.40.0
|
|
YAD_SOURCE = yad-$(YAD_VERSION).tar.xz
|
|
YAD_SITE = http://sourceforge.net/projects/yad-dialog/files
|
|
YAD_LICENSE = GPL-3.0
|
|
YAD_LICENSE_FILES = COPYING
|
|
YAD_DEPENDENCIES = host-intltool host-pkgconf libgtk3 $(TARGET_NLS_DEPENDENCIES)
|
|
YAD_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
|
YAD_CONF_OPTS = --enable-html=no --with-gtk=gtk3
|
|
|
|
$(eval $(autotools-package))
|