main/tizen-mkdzimage: new aport (MR 3247)
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.
This commit is contained in:
parent
e07d1716cd
commit
ef0f70f9d7
1 changed files with 20 additions and 0 deletions
20
main/tizen-mkdzimage/APKBUILD
Normal file
20
main/tizen-mkdzimage/APKBUILD
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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
|
||||||
|
"
|
Loading…
Reference in a new issue