]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ctrlproxy/ctrlproxy_2.6.2.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ctrlproxy / ctrlproxy_2.6.2.bb
1 DESCRIPTION = "ctrlproxy is an IRC server with multiserver support."
2 SECTION = "console/network"
3 PRIORITY = "optional"
4 MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"
5 DEPENDS = "glib-2.0 libxml2 popt pcre openssl"
6 PR = "r0"
7 LICENSE = "GPL"
8
9 SRC_URI = "http://sources.nslu2-linux.org/sources/ctrlproxy-2.6.2.tar.gz"
10 S = "${WORKDIR}/ctrlproxy-2.6.2/"
11
12 inherit autotools
13 # update-rc.d
14
15 #INITSCRIPT_NAME = "ctrlproxy"
16 #INITSCRIPT_PARAMS = "defaults 84"
17 # CONFFILES_${PN} = "${sysconfdir}/foo.conf" 
18
19 CFLAGS += "-L${STAGING_LIBDIR}"
20
21 #do_install() {
22 #       autotools_do_install
23 #       install -d ${D}${sysconfdir}
24 #       install -d ${D}${sysconfdir}/init.d
25 #       install -m 0644 ${S}contrib/foo.conf ${D}${sysconfdir}
26 #       install -m 0755 ${WORKDIR}/foo.init ${D}${sysconfdir}/init.d/foo
27 #}
28