asio: add 1.1.1
authorKoen Kooi <koen@openembedded.org>
Sun, 13 Jul 2008 14:00:47 +0000 (14:00 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 13 Jul 2008 14:00:47 +0000 (14:00 +0000)
packages/asio/.mtn2git_empty [new file with mode: 0644]
packages/asio/asio_1.1.1.bb [new file with mode: 0644]

diff --git a/packages/asio/.mtn2git_empty b/packages/asio/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/asio/asio_1.1.1.bb b/packages/asio/asio_1.1.1.bb
new file mode 100644 (file)
index 0000000..89b363d
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "Asio"
+HOMEPAGE = "http://asio.sf.net/"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "Boost Software License"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}      
+