Pkgver() is missing. Paths and files containing srcdir or pkgdir should be quoted.
Note: created packages sdat2img-git and img2sdat-git for converting Android 5 images.
Search Criteria
Package Details: simg2img-git r12763.0e278e2-1
Package Actions
| Package Base: | simg2img-git |
|---|---|
| Description: | Tools to handle/convert Android sparse image file |
| Upstream URL: | https://android.googlesource.com/platform/system/core |
| Category: | system |
| Licenses: | |
| Submitter: | ChaosKid42 |
| Maintainer: | ChaosKid42 |
| Last Packager: | ChaosKid42 |
| Votes: | 4 |
| First Submitted: | 2015-04-04 09:13 |
| Last Updated: | 2015-05-07 17:58 |
Required by (0)
Sources
Latest Comments
Comment by willemw
Comment by ChaosKid42
Thanks for the hint. The package now clones the original android source tree as suggested by willemw. It includes simg2img, append2simg, img2simg, and simg2simg.
Comment by willemw
There is no need to get the source code from https://github.com/anestisb/android-simg2img. The original repository still contains the simg2img source code. See http://stackoverflow.com/questions/11648748/mount-android-emulator-images:
git clone https://android.googlesource.com/platform/system/core
cd core/libsparse
gcc -o simg2img -Iinclude simg2img.c sparse_crc32.c backed_block.c output_file.c sparse.c sparse_err.c sparse_read.c -lz
Comment by willemw
==> Starting package()...
make: Nothing to be done for 'default'.
Remove the second 'make', the one in package()?
Comment by ChaosKid42
Thanks for pointing out. Should be correct now.
Comment by sekret
Hey there!
This one certainly makedepends on git! :)