diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-06-28 10:41:04 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-28 21:27:36 +0200 |
commit | db8b9f3c0853fe0020f79facab401560a2aa2235 (patch) | |
tree | 2db461033c1b73e772e5a6f5793dcfa63e3055e3 | |
parent | ba26a928ac44e5401a573d0117a8adf3ee5040c3 (diff) | |
download | buildroot-novena-db8b9f3c0853fe0020f79facab401560a2aa2235.tar.gz buildroot-novena-db8b9f3c0853fe0020f79facab401560a2aa2235.zip |
dstat: define license
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/dstat/dstat.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/dstat/dstat.mk b/package/dstat/dstat.mk index de0f0a80e..e71b0cccd 100644 --- a/package/dstat/dstat.mk +++ b/package/dstat/dstat.mk @@ -7,6 +7,8 @@ DSTAT_VERSION = 0.7.2 DSTAT_SOURCE = dstat-$(DSTAT_VERSION).tar.bz2 DSTAT_SITE = http://dag.wieers.com/home-made/dstat +DSTAT_LICENSE = GPLv2 +DSTAT_LICENSE_FILES = COPYING define DSTAT_INSTALL_TARGET_CMDS $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install |