diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-21 21:53:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-21 21:53:48 +0000 |
commit | 4adf478c045861ba208f296b77c9b7984434cb08 (patch) | |
tree | 14e2a9a93bf91f4fa85362655753838b61141ba0 | |
parent | 7ff2c562ce1ac455beeb9867d6d5d253404eb356 (diff) |
icon-slicer: add 0.3 native
-rw-r--r-- | packages/icon-slicer/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/icon-slicer/icon-slicer-native_0.3.bb | 18 |
2 files changed, 18 insertions, 0 deletions
diff --git a/packages/icon-slicer/.mtn2git_empty b/packages/icon-slicer/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/icon-slicer/.mtn2git_empty 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 +} + + + |