diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-24 05:59:17 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-24 05:59:17 +0000 |
commit | c696a28cb841125442a93f30426940d83f2a79b5 (patch) | |
tree | 0eca27231c6900a275a7d5909f4a79f706b2b3a6 /openwrt/package/sablevm-classpath/ipkg | |
parent | 83642f602eefadd4ecf38945430897bb1e4a4b04 (diff) | |
download | mtk-20170518-c696a28cb841125442a93f30426940d83f2a79b5.zip mtk-20170518-c696a28cb841125442a93f30426940d83f2a79b5.tar.gz mtk-20170518-c696a28cb841125442a93f30426940d83f2a79b5.tar.bz2 |
Add SableVM packages
SVN-Revision: 1048
Diffstat (limited to 'openwrt/package/sablevm-classpath/ipkg')
3 files changed, 27 insertions, 0 deletions
diff --git a/openwrt/package/sablevm-classpath/ipkg/libsablevm-classpath.control b/openwrt/package/sablevm-classpath/ipkg/libsablevm-classpath.control new file mode 100644 index 0000000..562be53 --- /dev/null +++ b/openwrt/package/sablevm-classpath/ipkg/libsablevm-classpath.control @@ -0,0 +1,9 @@ +Package: libsablevm-classpath +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/sablevm-classpath/ +Description: Essential native libraries for Java +Depends: sablevm diff --git a/openwrt/package/sablevm-classpath/ipkg/sablevm-classpath-full.control b/openwrt/package/sablevm-classpath/ipkg/sablevm-classpath-full.control new file mode 100644 index 0000000..cc25948 --- /dev/null +++ b/openwrt/package/sablevm-classpath/ipkg/sablevm-classpath-full.control @@ -0,0 +1,9 @@ +Package: sablevm-classpath-full +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/sablevm-classpath/ +Description: Essential classes for Java (full set) +Depends: sablevm, libsablevm-classpath diff --git a/openwrt/package/sablevm-classpath/ipkg/sablevm-classpath-mini.control b/openwrt/package/sablevm-classpath/ipkg/sablevm-classpath-mini.control new file mode 100644 index 0000000..992d84d --- /dev/null +++ b/openwrt/package/sablevm-classpath/ipkg/sablevm-classpath-mini.control @@ -0,0 +1,9 @@ +Package: sablevm-classpath-mini +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/sablevm-classpath/ +Description: Essential classes for Java (minimal set) +Depends: sablevm, libsablevm-classpath |