Skip to content
/ gentoo Public
forked from gentoo/gentoo

Commit

Permalink
dev-embedded/sunxi-tools: New addition. Ebuild by me, inspired by mke…
Browse files Browse the repository at this point in the history
…yoverlay.

Package-Manager: portage-2.2.20.1
  • Loading branch information
tonyvroon committed Oct 2, 2015
1 parent 757a2b5 commit 2787244
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-embedded/sunxi-tools/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST v1.2.tar.gz 35378 SHA256 86c1f2ace861a320b90bf5962a45329120ddc903cf0df678f1d31a44d6ba6b6e SHA512 bf050e4c9a338ad0b128f455a415904107efe54878e831074373b20f727a4cf9700a7b4ad73a5b21c91a1f41b588ec35070b54671c01c8ab81e0c340c299a2b1 WHIRLPOOL 0af6ae1fbc36dc4921878bd661304728ec2b860e5c40d12ba55f3d05dd7bab45d7f712c281d44868fee828fec654fc00a8efbfaa739ef8f2eef7b603dd720f50
9 changes: 9 additions & 0 deletions dev-embedded/sunxi-tools/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>embedded</herd>
<maintainer>
<email>[email protected]</email>
<name>Tony Vroon</name>
</maintainer>
</pkgmetadata>
28 changes: 28 additions & 0 deletions dev-embedded/sunxi-tools/sunxi-tools-1.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

inherit eutils toolchain-funcs

MY_PV="v${PV}"
SRC_URI="https://github.com/linux-sunxi/sunxi-tools/archive/${MY_PV}.tar.gz"

DESCRIPTION="Tools for Allwinner A10 devices."
HOMEPAGE="http://linux-sunxi.org/"

LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~amd64"

DEPEND="virtual/libusb"

src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -std=c99 -D_POSIX_C_SOURCE=200112L -Iinclude/" all misc
}

src_install() {
dobin bin2fex bootinfo fel fex2bin fexc nand-part phoenix_info pio
}

0 comments on commit 2787244

Please sign in to comment.