summaryrefslogtreecommitdiff
path: root/packages/apr/apr_0.9.7.bb
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2006-03-14 22:34:13 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-14 22:34:13 +0000
commit9e47d0f0ad0f9903550c50fdb59f773ee0b76ab6 (patch)
treefc2e025013c14d1d55bceeb3f8dbea310e9dab46 /packages/apr/apr_0.9.7.bb
parent9673c57c71bd1b4ea8ab4736d5732134f2f4de7d (diff)
parentea6a78777bc9c0a961cd79730da2561c34089362 (diff)
merge of 256698cb5e6bbc32343fd2d7b714517efc0e3d0c
and 27b9c5adc9f3c8d43d5702469feb4aef564a14c4
Diffstat (limited to 'packages/apr/apr_0.9.7.bb')
-rw-r--r--packages/apr/apr_0.9.7.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/apr/apr_0.9.7.bb b/packages/apr/apr_0.9.7.bb
new file mode 100644
index 0000000000..4c236109bb
--- /dev/null
+++ b/packages/apr/apr_0.9.7.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Apache Portable Runtime (APR) library"
+SECTION = "libs"
+MAINTAINER = "Mustafa Yuecel <yuecelm@ee.ethz.ch>"
+LICENSE = "Apache"
+HOMEPAGE = "http://apr.apache.org"
+
+PR = "r0"
+
+SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2"
+
+inherit autotools lib_package binconfig
+
+do_configure() {
+ oe_runconf
+}
+
+do_stage() {
+ oe_libinstall -a -so -C .libs libapr-0 ${STAGING_LIBDIR}
+}