mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
distcc: add license information
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4ec86f27b2
commit
c2b45d3194
@ -3,11 +3,13 @@
|
|||||||
# distcc
|
# distcc
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
DISTCC_VERSION = 2.18.3
|
DISTCC_VERSION = 2.18.3
|
||||||
DISTCC_SOURCE = distcc-$(DISTCC_VERSION).tar.bz2
|
DISTCC_SOURCE = distcc-$(DISTCC_VERSION).tar.bz2
|
||||||
DISTCC_SITE = http://distcc.googlecode.com/files/
|
DISTCC_SITE = http://distcc.googlecode.com/files/
|
||||||
|
|
||||||
DISTCC_CONF_OPT = --with-included-popt --without-gtk --without-gnome
|
DISTCC_CONF_OPT = --with-included-popt --without-gtk --without-gnome
|
||||||
|
DISTCC_LICENSE = GPLv2+
|
||||||
|
DISTCC_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
define DISTCC_INSTALL_TARGET_CMDS
|
define DISTCC_INSTALL_TARGET_CMDS
|
||||||
install -D $(@D)/distccd $(TARGET_DIR)/usr/bin/distccd
|
install -D $(@D)/distccd $(TARGET_DIR)/usr/bin/distccd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user