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 | a820b65774d2e2e0ee82f83206ae3b206694f655 (patch) | |
tree | 6334a502a8e76e366570ecb8a0d392ebe0bc0b5d /package/libdaemon/ipkg/libdaemon.control | |
parent | eb6a3b9bae2f3c718e729c7b29b16ea7e60ddf41 (diff) |
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/libdaemon.control')
-rw-r--r-- | package/libdaemon/ipkg/libdaemon.control | 6 |
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. |