wok-next view sunxi-tools/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 380ffe05937a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sunxi-tools"
4 VERSION="1.1-80-g3561247"
5 CATEGORY="development"
6 SHORT_DESC="Help hacking Allwinner A10 (aka sun4i) based devices"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://linux-sunxi.org/Sunxi-tools"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://nodeload.github.com/amery/sunxi-tools/tarball/v${VERSION}"
14 BUILD_DEPENDS="libusb-dev"
16 compile_rules() {
17 make && make phoenix_info || return 1
19 mkdir -p $install/usr/bin/
20 cp pio nand-part fexc fex2bin fel fel-gpio bin/fel-pio.bin \
21 bootinfo bin2fex bin/jtag-loop.sunxi phoenix_info \
22 $install/usr/bin/
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="libusb"
28 }