mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/rockchip-tools to 20170420-1
This commit is contained in:
parent
b817e8e6c8
commit
aeae725da9
1 changed files with 15 additions and 5 deletions
|
@ -1,27 +1,28 @@
|
|||
# Rockchip Tools
|
||||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
||||
buildarch=4
|
||||
buildarch=12
|
||||
|
||||
pkgname=rockchip-tools
|
||||
pkgver=20150404
|
||||
pkgver=20170420
|
||||
pkgrel=1
|
||||
pkgdesc="Rockchip Tools"
|
||||
arch=('armv7h')
|
||||
arch=('armv7h' 'aarch64')
|
||||
url="https://github.com/neo-technologies"
|
||||
depends=('openssl' 'libusb')
|
||||
makedepends=('git')
|
||||
license=('custom' 'APACHE' 'GPL')
|
||||
source=("git+https://github.com/neo-technologies/rkflashtool.git"
|
||||
"git+https://github.com/neo-technologies/rockchip-mkbootimg.git"
|
||||
"git+https://github.com/neo-technologies/rkboottools.git")
|
||||
"git+https://github.com/neo-technologies/rkboottools.git"
|
||||
"git+https://github.com/rockchip-linux/rkdeveloptool.git")
|
||||
md5sums=('SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/rkflashtool"
|
||||
sed -i -e '/^CFLAGS/d' -e '/^LDFLAGS/d' Makefile
|
||||
make
|
||||
|
||||
cd "${srcdir}/rockchip-mkbootimg"
|
||||
|
@ -30,6 +31,12 @@ build() {
|
|||
|
||||
cd "${srcdir}/rkboottools"
|
||||
make
|
||||
|
||||
cd "${srcdir}/rkdeveloptool"
|
||||
CXXFLAGS+=" -fsigned-char"
|
||||
autoreconf -fi
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -43,4 +50,7 @@ package() {
|
|||
|
||||
cd "${srcdir}/rkboottools"
|
||||
install -m755 rk-makebootable rk-rc4 rk-splitboot "${pkgdir}"/usr/bin
|
||||
|
||||
cd "${srcdir}/rkdeveloptool"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue