mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/sunxi-tools to 20130201
This commit is contained in:
parent
00452949e1
commit
372ddd98a7
1 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
pkgname=sunxi-tools
|
||||
pkgver=20130125
|
||||
pkgver=20130201
|
||||
pkgrel=1
|
||||
pkgdesc="Tools for Allwinner A10 (sun4i): fex, fel, pheonix_info"
|
||||
arch=('arm' 'armv7h')
|
||||
|
@ -28,7 +28,7 @@ build() {
|
|||
msg "Git checkout: Tree has been updated"
|
||||
else
|
||||
msg "Git checkout: Retrieving sources"
|
||||
git clone ${_gitroot}
|
||||
git clone --depth 1 ${_gitroot}
|
||||
fi
|
||||
msg "Checkout completed"
|
||||
|
||||
|
@ -47,6 +47,8 @@ package() {
|
|||
cp fexc $pkgdir/usr/bin
|
||||
cp bootinfo $pkgdir/usr/bin
|
||||
cp fel $pkgdir/usr/bin
|
||||
cp pio $pkgdir/usr/bin
|
||||
cp nand-part $pkgdir/usr/bin
|
||||
|
||||
# make symlinks for bin2fex/fex2bin
|
||||
cd $pkgdir/usr/bin
|
||||
|
|
Loading…
Reference in a new issue