From 7a4d75b177ff641af12e9ff679a597782435f46a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 19 Feb 2013 15:54:24 +0100 Subject: [PATCH] uboot-tools-armhf: removed; superseded by uboot-mkimage. --- srcpkgs/uboot-tools-armhf/template | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 srcpkgs/uboot-tools-armhf/template diff --git a/srcpkgs/uboot-tools-armhf/template b/srcpkgs/uboot-tools-armhf/template deleted file mode 100644 index c5023e3b4dc..00000000000 --- a/srcpkgs/uboot-tools-armhf/template +++ /dev/null @@ -1,30 +0,0 @@ -# Template file for 'uboot-tools-armhf' -# XXX use the armhf debian binary for now. -pkgname=uboot-tools-armhf -version=2012.04.01 -revision=1 -short_desc="Companion tools for Das U-Boot bootloader" -maintainer="Juan RP " -license="GPL-2" -homepage="http://www.denx.de/wiki/U-Boot" -distfiles="http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-tools_${version}-2_armhf.deb" -checksum=17cb7e0368ba98cb0baf4d3da410fb00b608ab73d1c35af56d926336b9a81bd3 - -noextract=yes -create_wrksrc=yes -disable_debug=yes -makedepends="bsdtar" - -only_for_archs="armv6l" - -do_extract() { - cd ${wrksrc} - bsdtar xf ${XBPS_SRCDISTDIR}/$(basename $distfiles) data.tar.gz - bsdtar xf data.tar.gz -} - -do_install() { - vmkdir usr - cp -a usr/* ${DESTDIR}/usr - rm -rf ${DESTDIR}/usr/share/doc -}