icon-slicer: add 0.3 native
authorKoen Kooi <koen@openembedded.org>
Thu, 21 Aug 2008 21:53:48 +0000 (21:53 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 21 Aug 2008 21:53:48 +0000 (21:53 +0000)
packages/icon-slicer/.mtn2git_empty [new file with mode: 0644]
packages/icon-slicer/icon-slicer-native_0.3.bb [new file with mode: 0644]

diff --git a/packages/icon-slicer/.mtn2git_empty b/packages/icon-slicer/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
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 (file)
index 0000000..e23bcac
--- /dev/null
@@ -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
+}
+
+
+