From 7a3611f5caa5e34c1f2b582640f97b733110ae63 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 9 Jan 2012 13:47:51 +0000 Subject: Mon Jan 9 13:47:49 UTC 2012 --- community/cross-arm-wince-cegcc-newlib/PKGBUILD | 37 ------------------------- 1 file changed, 37 deletions(-) delete mode 100644 community/cross-arm-wince-cegcc-newlib/PKGBUILD (limited to 'community/cross-arm-wince-cegcc-newlib/PKGBUILD') diff --git a/community/cross-arm-wince-cegcc-newlib/PKGBUILD b/community/cross-arm-wince-cegcc-newlib/PKGBUILD deleted file mode 100644 index 79270520b..000000000 --- a/community/cross-arm-wince-cegcc-newlib/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 20584 2010-07-09 07:29:23Z spupykin $ -# Maintainer: Sergej Pupykin - -pkgname=cross-arm-wince-cegcc-newlib -pkgver=0.59.1 -pkgrel=1 -_prefix=/opt/cegcc -pkgdesc="CE GCC bundle - cross compilation tools for WinCE" -arch=(i686 x86_64) -license=('GPL') -options=(!libtool) -url="http://cegcc.sf.net" -depends=('glibc') -groups=('cegcc') -source=(http://arch.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2) -md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b') - -build() { - cd $srcdir/cegcc/src/ - - mkdir -p build-newlib - cd build-newlib - - export PATH=$_prefix/bin:$PATH - export TARGET=arm-wince-cegcc - unset CFLAGS - unset LDFLAGS - unset MAKEFLAGS - - ../newlib/configure \ - --target=arm-wince-cegcc \ - --prefix=$_prefix - - make || (cd etc && make) && make || return 1 - mkdir -p $pkgdir/opt/cegcc/arm-wince-cegcc/lib/ - make DESTDIR=$pkgdir install || return 1 -} -- cgit v1.2.3-54-g00ecf