diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-18 06:20:14 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-18 06:20:14 +0000 |
commit | 0f01279ef31f9b6d8b9855cc0c60b66a282f7684 (patch) | |
tree | e795079d2096c2292e1a93bf02fca40d25ed95e2 /openwrt/package/fuse/ipkg/libfuse.control | |
parent | 558aba08eb4d233fc36bdcf6184978b37ac0ea0f (diff) |
Use common rules and templates, uniformize package Makefile, split package in sub-packages, add kernel version to kmod package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@663 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/fuse/ipkg/libfuse.control')
-rw-r--r-- | openwrt/package/fuse/ipkg/libfuse.control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/fuse/ipkg/libfuse.control b/openwrt/package/fuse/ipkg/libfuse.control new file mode 100644 index 000000000..b1d113fc3 --- /dev/null +++ b/openwrt/package/fuse/ipkg/libfuse.control @@ -0,0 +1,9 @@ +Package: libfuse +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/fuse2/ +Description: Filesystem in Userspace (library) +Depends: libpthread |