aboutsummaryrefslogtreecommitdiffstats
path: root/packages/icon-slicer
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-21 21:53:48 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-21 21:53:48 +0000
commit4adf478c045861ba208f296b77c9b7984434cb08 (patch)
tree14e2a9a93bf91f4fa85362655753838b61141ba0 /packages/icon-slicer
parent7ff2c562ce1ac455beeb9867d6d5d253404eb356 (diff)
downloadopenembedded-4adf478c045861ba208f296b77c9b7984434cb08.tar.gz
icon-slicer: add 0.3 native
Diffstat (limited to 'packages/icon-slicer')
-rw-r--r--packages/icon-slicer/.mtn2git_empty0
-rw-r--r--packages/icon-slicer/icon-slicer-native_0.3.bb18
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
+}
+
+
+