Added a couple of trivial recipes
authorKirtika Ruchandani <kirtibr@gmail.com>
Sun, 28 Jun 2009 14:58:32 +0000 (20:28 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Sun, 28 Jun 2009 14:58:32 +0000 (20:28 +0530)
checksums.ini
screenshot-tool_1.23.bb [new file with mode: 0644]
wpeditor_2.22.bb [new file with mode: 0644]

index 34d31c6..5dd90bb 100644 (file)
@@ -27577,3 +27577,39 @@ sha256=70bf7524d9a220e1b7ae5cfce22718dd3a39d31705a76aa0596c711577a422e0
 [http://repository.maemo.org/pool/fremantle/free/m/maemo-af-desktop-l10n-public/maemo-af-desktop-l10n-public_6.0+r6710+0m5.tar.gz]
 md5=30ccf555d6ca9ebb2338903d112b07d7
 sha256=45959c6e60183b482db2f775c2b4febdf1af03b4675c43dbca9406c82c7a8b96
+
+[http://repository.maemo.org/pool/fremantle/free/h/hildon-input-method-l10n-public/hildon-input-method-l10n-public_6.0+r6710+0m5.tar.gz]
+md5=82667050cf53f6bd872b2fa033c640a6
+sha256=294da9da3e55c585e7945568b6ccce83f46db55b1386f5821a2db355d079e743
+
+[http://repository.maemo.org/pool/fremantle/free/h/hildon-application-manager-l10n-public/hildon-application-manager-l10n-public_6.0+r6710+0m5.tar.gz]
+md5=4a91a5bee89cf90f0e0ce4037eab18d4
+sha256=5bee5611942ea9ac41e72707778fcab2d5d735d293c0c5b435c674a8c5cc67c1
+
+[http://repository.maemo.org/pool/maemo5.0prealpha1/free/m/maemopad/maemopad_2.4-3.tar.gz]
+md5=d4d9608e9beb8abe6fa143f621cef1c2
+sha256=e5cb83377b610e081fc3479fbe90487b06a6e30af1f03ff4668a9b1a0a5195a3
+
+[http://repository.maemo.org/pool/maemo5.0prealpha1/free/libh/libhildonhelp/libhildonhelp_2.0.3-0.tar.gz]
+md5=f02c47001669ef103a22dbde4aa97d2b
+sha256=46ad5df524cc74ab728e2a23b4ddc17f2624feb517c2d011b2b32c95ace3ecaf
+
+[http://ftp.debian.org/pool/main/libh/libhildonhelp/libhildonhelp_2.0.5.orig.tar.gz]
+md5=2c385ccf654cac1831281439846164e5
+sha256=85f31bced66f0b0446a9e907435132c69dd54c70dc88b07761b9ea6b1772a0e0
+
+[http://repository.maemo.org/pool/fremantle/free/g/gtkhtml3.14/gtkhtml3.14_3.24.4-osso5+0m5.tar.gz]
+md5=db4176d303af7781d98b11a7690926f7
+sha256=40bbaaf0c4372e5a0c029006d262065cc56cd0d3dd5ea903020aa39718e6839c
+
+[http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/3.24/gtkhtml-3.24.4.tar.gz]
+md5=bd13e7d8729c450d22cdc34bf0a566c0
+sha256=ab3619095f4dbea9de690e8b2ced9aeb08bf9f5de7219f508d718c6ec4c805c0
+
+[http://repository.maemo.org/pool/fremantle/free/s/screenshot-tool/screenshot-tool_1.23-2.tar.gz]
+md5=9f091c69253485e8436418a4c890eaa5
+sha256=399507d68734c503b0b7bc9a9e50f0d02e3c2f541a190d5ba3ae19c21d48a05e
+
+[http://repository.maemo.org/pool/fremantle/free/w/wpeditor/wpeditor_2.22-0+0m5.tar.gz]
+md5=1978e3267262b148739fe70c6ecc5168
+sha256=01fcee085c23396899bddfe07378f89055fe12da7f2df439b0adb062f0aa4ca6
diff --git a/screenshot-tool_1.23.bb b/screenshot-tool_1.23.bb
new file mode 100644 (file)
index 0000000..3825c45
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Screenshot tool"
+HOMEPAGE = "http://maemo.org"
+LICENSE = "GPL"
+SECTION = "apps/graphics"
+DEPENDS = "gtk+"
+PR = "r2"
+
+SRC_URI = "http://repository.maemo.org/pool/fremantle/free/s/${PN}/${PN}_${PV}-2.tar.gz"
+
+inherit autotools
+
+do_install(){
+    install -m755 -d ${D}${bindir}
+    install -m755 screenshot-tool ${D}${bindir}/
+}
diff --git a/wpeditor_2.22.bb b/wpeditor_2.22.bb
new file mode 100644 (file)
index 0000000..3f6eaf0
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "WordPad text editor library"
+HOMEPAGE = "http://maemo.org"
+LICENSE = "GNU Lesser General Public License-version 2.1 "
+SECTION = "libs"
+DEPENDS = "gtk+ glib-2.0"
+PR = "r0"
+
+SRC_URI = "http://repository.maemo.org/pool/fremantle/free/w/${PN}/${PN}_${PV}-0+0m5.tar.gz "
+
+inherit autotools pkgconfig
+
+do_stage(){
+    autotools_stage_all
+}