summaryrefslogtreecommitdiff
path: root/openwrt/package/libdaemon/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-23 08:10:02 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-23 08:10:02 +0000
commit2770f08c23566d57c7b7aebf00a495e313add7d2 (patch)
tree7681ab56b655adcd2e0bf1c35585bf142b855187 /openwrt/package/libdaemon/ipkg
parentb124b6c2c47ac7d4b106fc51270900cc6eeff11a (diff)
downloadmtk-20170518-2770f08c23566d57c7b7aebf00a495e313add7d2.zip
mtk-20170518-2770f08c23566d57c7b7aebf00a495e313add7d2.tar.gz
mtk-20170518-2770f08c23566d57c7b7aebf00a495e313add7d2.tar.bz2
add libdaemon package
SVN-Revision: 1731
Diffstat (limited to 'openwrt/package/libdaemon/ipkg')
-rw-r--r--openwrt/package/libdaemon/ipkg/libdaemon.control6
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/libdaemon/ipkg/libdaemon.control b/openwrt/package/libdaemon/ipkg/libdaemon.control
new file mode 100644
index 0000000..caf84c2
--- /dev/null
+++ b/openwrt/package/libdaemon/ipkg/libdaemon.control
@@ -0,0 +1,6 @@
+Package: libdaemon
+Priority: optional
+Section: libs
+Maintainer: OpenWrt Developers Team <bugs@openwrt.org>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/libdaemon/
+Description: A lightweight C library that eases the writing of UNIX daemons.