ef0f70f9d7
dzImage generation tool for Tizen devices. The same dzImage format is used in all Samsung's Tizen devices (Spreadtrum, Qualcomm, Exynos), so we pick the latest script from the Tizen's Exynos kernel package.
20 lines
810 B
Text
20 lines
810 B
Text
# Maintainer: Shinjo Park <peremen@gmail.com>
|
|
pkgname=tizen-mkdzimage
|
|
pkgver=0_git20181203
|
|
pkgrel=0
|
|
_commit="d93206c5fda8884dd88b027d2d1690329232349a"
|
|
pkgdesc="mkdzimage for Tizen-based devices"
|
|
url="https://git.tizen.org/cgit/profile/wearable/platform/kernel/linux-4.9-exynos9110/"
|
|
arch="noarch"
|
|
license="GPL-2.0-only"
|
|
depends="bash"
|
|
source="https://git.tizen.org/cgit/profile/wearable/platform/kernel/linux-4.9-exynos9110/plain/scripts/exynos_mkdzimage.sh?id=$_commit"
|
|
builddir="$srcdir/"
|
|
|
|
package() {
|
|
install -Dm755 "$builddir/exynos_mkdzimage.sh?id=$_commit" "$pkgdir"/usr/bin/tizen-mkdzimage
|
|
}
|
|
|
|
sha512sums="
|
|
d7a8b08bf86f0e36948744ec1b7cc5c4ca1e38ee5918a83dc67923dac6441433b7ee5b41bf17c7ea835b89d51c623a4cac5438ab266b9f55c64948355786c16c exynos_mkdzimage.sh?id=d93206c5fda8884dd88b027d2d1690329232349a
|
|
"
|