diff options
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme.inc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme.inc b/meta/packages/sato-icon-theme/sato-icon-theme.inc index 30d0017b74..ca99d7a59c 100644 --- a/meta/packages/sato-icon-theme/sato-icon-theme.inc +++ b/meta/packages/sato-icon-theme/sato-icon-theme.inc @@ -1,9 +1,12 @@ -SECTION = "x11" DESCRIPTION = "Sato Icon Theme" -LICENSE = "CC-BY-SA3" -DEPENDS = "" +HOMEPAGE = "http://www.o-hand.com" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "CCPL" +LIC_FILES_CHKSUM = "file://COPYING;md5=56a830bbe6e4697fe6cbbae01bb7c2b2" -SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-0.1.tar.gz" +SECTION = "x11" +DEPENDS = "" inherit autotools pkgconfig |