diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-22 15:47:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-22 15:47:12 +0000 |
commit | f3c74f6b708586d0a996daae1fa8b5ffa3b25cb6 (patch) | |
tree | 4df47bc9923d49a4c61d724f8f918e7d6811a696 /packages/icon-slicer/icon-slicer-native_0.3.bb | |
parent | bcbaf180430454102b5105e21f5db1e83596ab7b (diff) | |
parent | 3d947531d6e2a313b6e68631c93e50dc9b956b96 (diff) |
merge of '2df98cb93e1c3ab67c675e3f11ef036ea57dd19b'
and 'ba9a800ebd8fd6f90db1e022cd9a342c69339bc2'
Diffstat (limited to 'packages/icon-slicer/icon-slicer-native_0.3.bb')
-rw-r--r-- | packages/icon-slicer/icon-slicer-native_0.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/icon-slicer/icon-slicer-native_0.3.bb b/packages/icon-slicer/icon-slicer-native_0.3.bb new file mode 100644 index 0000000000..e23bcacdff --- /dev/null +++ b/packages/icon-slicer/icon-slicer-native_0.3.bb @@ -0,0 +1,18 @@ +LICENSE = "MIT" + +SRC_URI = "http://freedesktop.org/software/icon-slicer/releases/icon-slicer-${PV}.tar.gz" + +inherit autotools native + +DEPENDS = "gtk+-native popt-native" + +S = "${WORKDIR}/icon-slicer-${PV}" + +AUTOTOOLS_STAGE_PKGCONFIG = "1" + +do_stage() { + autotools_stage_all +} + + + |