osso-af-utils
authorKirtika Ruchandani <kirtibr@gmail.com>
Mon, 8 Jun 2009 09:57:25 +0000 (15:27 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Mon, 8 Jun 2009 09:57:25 +0000 (15:27 +0530)
checksums.ini
osso-af-utils_2.0.bb [new file with mode: 0644]

index 928940f..3638927 100644 (file)
@@ -27477,3 +27477,7 @@ sha256=087790a78bf09cf9ebafc32042c5cc82f4488a7622fb83e6e58c14bded17d99f
 [http://repository.maemo.org/pool/fremantle/free/h/hildon-control-panel/hildon-control-panel_2.2.6-1+0m5.tar.gz]
 md5=157520e5cde5513737b6bb2d36506ff9
 sha256=39eb832a7829524620f23d77e850b4c89224ffb377390165808e13d64bb05537
+
+[http://repository.maemo.org/pool/fremantle/free/o/osso-af-utils/osso-af-utils_2.0-3+0m5.tar.gz]
+md5=11aeade7376b0273502197f85c6e375b
+sha256=b30c3e333a7ea4b5dc8f6632d9df33148cfaf464aaef97e82e46a8254f3e1678
diff --git a/osso-af-utils_2.0.bb b/osso-af-utils_2.0.bb
new file mode 100644 (file)
index 0000000..d0abbae
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Assortment of small programs for the application framework"
+HOMEPAGE = "http://maemo.org"
+LICENSE = "GPL"
+SECTION = "base"
+DEPENDS = "libx11 libdbus-1 libosso libxsp libpng12 libgtk2.0 x11proto-core x11proto-input libxi libgconf2 esound libjpeg62 libcanberra" 
+
+PR = "r3"
+
+SRC_URI = "http://repository.maemo.org/pool/fremantle/free/o/${PN}/${PN}_${PV}-3+0m5.tar.gz"
+
+require osso.inc
+
+inherit autotools pkgconfig gtk-icon-cache
+
+FILES_${PN} += "${datadir}/icons/"
+
+