summaryrefslogtreecommitdiff
path: root/packages/icon-slicer/icon-slicer-native_0.3.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-08-21 22:13:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-08-21 22:13:10 +0000
commit06630a469cda2e779b8ccf3de125f18569cb67b1 (patch)
treed688f854e5e91197eaf98786480b5d4418486186 /packages/icon-slicer/icon-slicer-native_0.3.bb
parent23c0b79836cbadbfbdfa5f63b39815f85d400984 (diff)
parent5a7ed4ea4a4a4166f4cc94b3ca5b162463d408e3 (diff)
merge of '0c72fca9e0c0a27bd39068df21078215a4362b1c'
and 'df88361619c93df2c6573ec7b6bdf56f0e4cda94'
Diffstat (limited to 'packages/icon-slicer/icon-slicer-native_0.3.bb')
-rw-r--r--packages/icon-slicer/icon-slicer-native_0.3.bb18
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
+}
+
+
+