aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitd2174043ededeba144ebd0d357ef5c6c0958f754 (patch)
tree6334a502a8e76e366570ecb8a0d392ebe0bc0b5d /package/libdaemon/ipkg
parent22529f45fa4d75c58b87bd9926686a3622f5367f (diff)
downloadupstream-d2174043ededeba144ebd0d357ef5c6c0958f754.tar.gz
upstream-d2174043ededeba144ebd0d357ef5c6c0958f754.tar.bz2
upstream-d2174043ededeba144ebd0d357ef5c6c0958f754.zip
add libdaemon package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1731 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libdaemon/ipkg')
-rw-r--r--package/libdaemon/ipkg/libdaemon.control6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/libdaemon/ipkg/libdaemon.control b/package/libdaemon/ipkg/libdaemon.control
new file mode 100644
index 0000000000..caf84c21f6
--- /dev/null
+++ b/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.