diff options
author | Thomas Wood <thomas@openedhand.com> | 2007-02-27 08:58:21 +0000 |
---|---|---|
committer | Thomas Wood <thomas@openedhand.com> | 2007-02-27 08:58:21 +0000 |
commit | a50f68d19f417d14c086b1ef72c90bbedc726871 (patch) | |
tree | 6e630bf15dedfec3603ce1a4142b769da1fff02f /meta/packages/sato-icon-theme | |
parent | f8b92f25303ddb7a1f38dbc8d861f25d345590d3 (diff) | |
download | poky-a50f68d19f417d14c086b1ef72c90bbedc726871.tar.gz |
* Added sato-icon-theme package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1293 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/sato-icon-theme')
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_svn.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb new file mode 100644 index 0000000000..c9bd9f84e3 --- /dev/null +++ b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SECTION = "x11" | ||
2 | DESCRIPTION = "Sato Icon Theme" | ||
3 | LICENSE = "LGPL" | ||
4 | DEPENDS = "" | ||
5 | PV = "0.0+svn${SRCDATE}" | ||
6 | PR = "r1" | ||
7 | |||
8 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http" | ||
9 | S = "${WORKDIR}/sato-icon-theme" | ||
10 | |||
11 | PACKAGES += "sato-icon-theme" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||