diff options
Diffstat (limited to 'libre/uboot4extlinux-omap3_beagle/PKGBUILD')
-rw-r--r-- | libre/uboot4extlinux-omap3_beagle/PKGBUILD | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/libre/uboot4extlinux-omap3_beagle/PKGBUILD b/libre/uboot4extlinux-omap3_beagle/PKGBUILD deleted file mode 100644 index a3c16f7cc..000000000 --- a/libre/uboot4extlinux-omap3_beagle/PKGBUILD +++ /dev/null @@ -1,51 +0,0 @@ -# U-Boot: BeagleBoard and BeagleBoard-xM -# Maintainer: André Silva <emulatorman@parabola.nu> - -buildarch=4 - -pkgname=uboot4extlinux-omap3_beagle -pkgver=2016.01 -pkgrel=1 -pkgdesc="U-Boot with Extlinux support for BeagleBoard and BeagleBoard-xM" -arch=('armv7h') -url="http://git.denx.de/u-boot.git/" -license=('GPL') -replaces=('uboot-beagleboard-linux-libre' 'uboot-beagleboard-linux-libre-lts' - 'uboot-beagleboard-linux-libre-grsec' 'uboot-beagleboard-linux-libre-pck' - 'uboot-beagleboard' 'uboot-omap3_beagle') -conflicts=('uboot-beagleboard-linux-libre' 'uboot-beagleboard-linux-libre-lts' - 'uboot-beagleboard-linux-libre-grsec' 'uboot-beagleboard-linux-libre-pck' - 'uboot-beagleboard' 'uboot-omap3_beagle' 'uboot4grub-omap3_beagle') -makedepends=('bc') -backup=(boot/extlinux/extlinux.conf) -install=${pkgname}.install -source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" - '0001-parabola-arm-modifications.patch' - 'extlinux.conf' - 'uEnv.txt') -md5sums=('7d4f65fd43d4d706f5c5650e020d899d' - 'da3d52f785bce02602f88fb85f74de2f' - '5172c86fd491728aad8109ebb8a997f8' - 'd41d8cd98f00b204e9800998ecf8427e') - -prepare() { - cd u-boot-${pkgver} - patch -Np1 -i ../0001-parabola-arm-modifications.patch -} - -build() { - cd u-boot-${pkgver} - - unset LDFLAGS CFLAGS CXXFLAGS - - make distclean - make omap3_beagle_config - make -} - -package() { - cd u-boot-${pkgver} - mkdir -p "${pkgdir}"/boot/extlinux - cp MLO u-boot.img "${srcdir}"/uEnv.txt "${pkgdir}"/boot - cp "${srcdir}"/extlinux.conf "${pkgdir}"/boot/extlinux -} |