From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/ctrlproxy/ctrlproxy_2.6.2.bb | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 recipes/ctrlproxy/ctrlproxy_2.6.2.bb (limited to 'recipes/ctrlproxy') diff --git a/recipes/ctrlproxy/ctrlproxy_2.6.2.bb b/recipes/ctrlproxy/ctrlproxy_2.6.2.bb new file mode 100644 index 0000000000..53be0cef76 --- /dev/null +++ b/recipes/ctrlproxy/ctrlproxy_2.6.2.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "ctrlproxy is an IRC server with multiserver support." +SECTION = "console/network" +PRIORITY = "optional" +DEPENDS = "glib-2.0 libxml2 popt libpcre openssl" +PR = "r1" +LICENSE = "GPL" + +SRC_URI = "http://sources.nslu2-linux.org/sources/ctrlproxy-2.6.2.tar.gz" +S = "${WORKDIR}/ctrlproxy-2.6.2/" + +inherit autotools +# update-rc.d + +#INITSCRIPT_NAME = "ctrlproxy" +#INITSCRIPT_PARAMS = "defaults 84" +# CONFFILES_${PN} = "${sysconfdir}/foo.conf" + +# To fix this error in autotools_do_configure (which arises after a +# change to pkg-config pkg.m4): +#configure:314: error: possibly undefined macro: PKG_LIBS +do_configure() { + oe_runconf +} + +CFLAGS += "-L${STAGING_LIBDIR}" + +#do_install() { +# autotools_do_install +# install -d ${D}${sysconfdir} +# install -d ${D}${sysconfdir}/init.d +# install -m 0644 ${S}contrib/foo.conf ${D}${sysconfdir} +# install -m 0755 ${WORKDIR}/foo.init ${D}${sysconfdir}/init.d/foo +#} + -- cgit v1.2.3