summaryrefslogtreecommitdiff
path: root/community/arm-wince-cegcc-binutils
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-08 01:44:08 -0700
committerroot <root@rshg054.dnsready.net>2013-07-08 01:44:08 -0700
commit5e27fc01b0a9107d2242c70f79f9bd75a5e42c28 (patch)
tree1ac015028d71f02af5d30a805bba810ce7fb26da /community/arm-wince-cegcc-binutils
parent455d703ab39bf20f269631adbc2db8e6d74070ea (diff)
Mon Jul 8 01:44:07 PDT 2013
Diffstat (limited to 'community/arm-wince-cegcc-binutils')
-rw-r--r--community/arm-wince-cegcc-binutils/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/arm-wince-cegcc-binutils/PKGBUILD b/community/arm-wince-cegcc-binutils/PKGBUILD
deleted file mode 100644
index edd8f46df..000000000
--- a/community/arm-wince-cegcc-binutils/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 60993 2011-12-20 11:27:39Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=arm-wince-cegcc-binutils
-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=(zlib)
-groups=('cegcc')
-source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2)
-md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
-
-build() {
- cd $srcdir/cegcc/src/binutils
-
- unset CFLAGS
- unset LDFLAGS
-
- find . -name Makefile.in -exec sed -i 's|WARN_CFLAGS =.*|WARN_CFLAGS =|g' {} \;
- [ $NOEXTRACT -eq 1 ] || ./configure \
- --prefix=${_prefix} \
- --exec-prefix=${_prefix} \
- --bindir=${_prefix}/bin \
- --target=arm-wince-cegcc \
- --disable-nls \
- --includedir=${_prefix}/include
-
- make || (cd etc && make) && make
- make DESTDIR=$pkgdir install
- rm -rf $pkgdir/opt/cegcc/info
-}