diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:33:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:33:29 +0000 |
commit | 7710ca63b917c78e34073e47e94f21a68e8fed14 (patch) | |
tree | 4c6e347ee3d25ca4b7ad6dab162d9c082df1d842 /openwrt/package/pcre/ipkg/libpcre.control | |
parent | fac1153f38026c1b25ede4829040dc6a7094469e (diff) | |
download | mtk-20170518-7710ca63b917c78e34073e47e94f21a68e8fed14.zip mtk-20170518-7710ca63b917c78e34073e47e94f21a68e8fed14.tar.gz mtk-20170518-7710ca63b917c78e34073e47e94f21a68e8fed14.tar.bz2 |
Use common rules and templates, uniformize package Makefile, move ipkg related files to ./ipkg
SVN-Revision: 664
Diffstat (limited to 'openwrt/package/pcre/ipkg/libpcre.control')
-rw-r--r-- | openwrt/package/pcre/ipkg/libpcre.control | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/pcre/ipkg/libpcre.control b/openwrt/package/pcre/ipkg/libpcre.control new file mode 100644 index 0000000..2bda390 --- /dev/null +++ b/openwrt/package/pcre/ipkg/libpcre.control @@ -0,0 +1,8 @@ +Package: libpcre +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/pcre/ +Description: a Perl Compatible Regular Expression library |