1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: scratchbox2
Maintainer: Riku Voipio <riku.voipio@iki.fi>
Uploaders: Jussi Hakala <jussi.hakala@iki.fi>
Section: utils
Priority: extra
Standards-Version: 3.8.0
Build-Depends: debhelper (>=5), autoconf, gcc-multilib [amd64] | gcc-4.1 (<< 4.1.2) [amd64],
libc6-dev-i386 [amd64] | ia32-libs (>= 1.19) [amd64]
XS-Vcs-Git: git://gitorious.org/scratchbox2/scratchbox2.git
XS-Vcs-Browser: http://maemo.gitorious.org/scratchbox2/scratchbox2/trees/master
Homepage: http://maemo.gitorious.org/scratchbox2
Package: scratchbox2
Architecture: i386 amd64 powerpc ia64
Depends: ${shlibs:Depends}, libsb2 (= ${binary:Version}), fakeroot, realpath
Recommends: qemu-user, build-essential, wget
Suggests: sbrsh
Description: Transparent cross compiling environment
Scratchbox2 uses a LD_PRELOAD library to create a transparent cross compiling
environment. Scratchbox2 automatically maps file system accesses to
crosscompiler, target libraries and headers using a flexible lua path mapping
engine. Together with CPU transparency, provided by qemu or sbrsh, scratchbox2
enables fast crosscompiling without modifying build scripts.
.
Package: libsb2
Architecture: i386 amd64 powerpc ia64
Depends: ${shlibs:Depends}
Replaces: scratchbox2 (<= 2.2.2-3)
Description: Scratchbox2 libraries
This package contains sole Scratchbox2 libraries that can be
used from inside target filesystem.
|