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 | aef16edbf95681145f328f2c5b9bfa3146e34842 (patch) | |
tree | b55e2b904ce6ad5bc9e7e3bebff0066f19824f39 /openwrt/package/jamvm/ipkg | |
parent | 55ede2ff62d3383a9a91597926a6bc169d4668a3 (diff) |
Fixed compile-time dependencies name, and control file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/jamvm/ipkg')
-rw-r--r-- | openwrt/package/jamvm/ipkg/jamvm.control | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/openwrt/package/jamvm/ipkg/jamvm.control b/openwrt/package/jamvm/ipkg/jamvm.control index 2fb9937af..aee8fb88f 100644 --- a/openwrt/package/jamvm/ipkg/jamvm.control +++ b/openwrt/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 |