ctrlproxy
authorDerek Young <dyoung@nslu2-linux.org>
Sun, 10 Jul 2005 02:04:03 +0000 (02:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 10 Jul 2005 02:04:03 +0000 (02:04 +0000)
packages/ctrlproxy/.mtn2git_empty [new file with mode: 0644]
packages/ctrlproxy/ctrlproxy_2.6.2.bb [new file with mode: 0644]

diff --git a/packages/ctrlproxy/.mtn2git_empty b/packages/ctrlproxy/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/ctrlproxy/ctrlproxy_2.6.2.bb b/packages/ctrlproxy/ctrlproxy_2.6.2.bb
new file mode 100644 (file)
index 0000000..3eb809e
--- /dev/null
@@ -0,0 +1,28 @@
+DESCRIPTION = "ctrlproxy is an IRC server with multiserver support."
+SECTION = "console/network"
+PRIORITY = "optional"
+MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"
+DEPENDS = "glib-2.0 libxml2 popt pcre openssl"
+PR = "r0"
+LICENSE = "GPL"
+
+SRC_URI = "http://ctrlproxy.vernstok.nl/releases/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" 
+
+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
+#}
+