diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:20:14 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:20:14 +0000 |
commit | de6f4c48f9f0739d06b107990a3a14d710e95052 (patch) | |
tree | 01bc29d2eb1fb6ad3afabc0af655a7a3b4728ea2 /package/fuse/ipkg/libfuse.control | |
parent | bf3a2c7095311477eb5e242a4137f6d8556d83dc (diff) | |
download | upstream-de6f4c48f9f0739d06b107990a3a14d710e95052.tar.gz upstream-de6f4c48f9f0739d06b107990a3a14d710e95052.tar.bz2 upstream-de6f4c48f9f0739d06b107990a3a14d710e95052.zip |
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/openwrt@663 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/fuse/ipkg/libfuse.control')
-rw-r--r-- | package/fuse/ipkg/libfuse.control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/fuse/ipkg/libfuse.control b/package/fuse/ipkg/libfuse.control new file mode 100644 index 0000000000..b1d113fc3d --- /dev/null +++ b/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 |