From 3cc20cbac18f7e65b50643cd3a25be2211a76e9a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 2 Mar 2016 02:47:37 -0300 Subject: uboot-cubox: add new package to [libre] --- libre/uboot-cubox-linux-libre/PKGBUILD | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 libre/uboot-cubox-linux-libre/PKGBUILD (limited to 'libre/uboot-cubox-linux-libre/PKGBUILD') diff --git a/libre/uboot-cubox-linux-libre/PKGBUILD b/libre/uboot-cubox-linux-libre/PKGBUILD deleted file mode 100644 index c21351825..000000000 --- a/libre/uboot-cubox-linux-libre/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# U-Boot: CuBox (Dove) -# Maintainer (Arch): Kevin Mihelich -# Contributor: André Silva - -buildarch=4 - -_pkgname=linux-libre -pkgname=uboot-cubox-${_pkgname} -pkgver=2009.08 -pkgrel=1 -pkgdesc="U-Boot for CuBox (Dove) (built for the linux-libre kernel package)" -arch=('armv7h') -url="http://git.denx.de/u-boot.git/" -license=('GPL') -makedepends=('uboot-tools') -depends=('linux-libre') -replaces=('uboot-cubox') -backup=("boot/${pkgname}/boot.scr") -_commit=814386d3e43b8ab8d81f04aa7fe402952503d8fe -source=('boot.txt') -md5sums=('96fdd33ef33cb55d50e97dbd86a871a3') - -package() { - mkimage -A arm -O linux -T script -C none -n "Boot script" -d boot.txt boot.scr - mkdir -p "${pkgdir}/boot/${pkgname}" - cp boot.scr "${pkgdir}/boot/${pkgname}" -} -- cgit v1.2.3-54-g00ecf