diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-23 08:10:02 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-23 08:10:02 +0000 |
commit | 66471f064072e147fbd3a35fe20073ea328f48c0 (patch) | |
tree | 7681ab56b655adcd2e0bf1c35585bf142b855187 /openwrt/package/libdaemon/ipkg | |
parent | 3a44a50cd0e7bde98b3e23c3a88cb29296036a29 (diff) |
add libdaemon package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1731 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libdaemon/ipkg')
-rw-r--r-- | openwrt/package/libdaemon/ipkg/libdaemon.control | 6 |
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 000000000..caf84c21f --- /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. |