diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-03 16:01:28 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-03 16:01:28 +0000 |
commit | a5762b1fa379ff590ba049a00fe558a585b9a821 (patch) | |
tree | 2a50d0dc5d35e2cc4596c001e7c6ef35b6a0eddf /package/jamvm/ipkg/jamvm.control | |
parent | ee54858a52a3ff1fde7fc866c80b79594c2f6577 (diff) |
Fixed compile-time dependencies name, and control file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/jamvm/ipkg/jamvm.control')
-rw-r--r-- | package/jamvm/ipkg/jamvm.control | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/jamvm/ipkg/jamvm.control b/package/jamvm/ipkg/jamvm.control index 2fb9937afc..aee8fb88f8 100644 --- a/package/jamvm/ipkg/jamvm.control +++ b/package/jamvm/ipkg/jamvm.control @@ -1,9 +1,5 @@ Package: jamvm Priority: optional Section: misc -Version: [TBDL] -Architecture: [TBDL] -Maintainer: OpenWrt Developer <openwrt-devel@openwrt.org> -Source: http://jamvm.sourceforge.net/ Description: A Java Virtual Machine (JVM) implementation -Depends: libffi-sable zlib classpath +Depends: libffi-sable, zlib, libsablevm-classpath |