[arch-commits] Commit in arm-wince-cegcc-profile/repos/community-any (2 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Feb 4 11:04:11 UTC 2013


    Date: Monday, February 4, 2013 @ 12:04:11
  Author: spupykin
Revision: 83670

archrelease: copy trunk to community-any

Added:
  arm-wince-cegcc-profile/repos/community-any/PKGBUILD
    (from rev 83669, arm-wince-cegcc-profile/trunk/PKGBUILD)
Deleted:
  arm-wince-cegcc-profile/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-04 11:02:55 UTC (rev 83669)
+++ PKGBUILD	2013-02-04 11:04:11 UTC (rev 83670)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=arm-wince-cegcc-profile
-pkgver=0.59.1
-pkgrel=1
-_prefix=/opt/cegcc
-pkgdesc="CE GCC bundle - cross compilation tools for WinCE"
-arch=('any')
-license=(GPL)
-options=(!libtool)
-url="http://cegcc.sf.net"
-depends=('arm-wince-cegcc-cegccdll')
-makedepends=('arm-wince-cegcc-gcc' 'arm-wince-cegcc-newlib' 'arm-wince-cegcc-importlibs'
-	     'arm-wince-cegcc-w32api')
-groups=('cegcc')
-source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2)
-md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
-
-build() {
-  cd ${startdir}/src/cegcc/src/profile
-
-  export PATH=$_prefix/bin:$PATH
-  export TARGET=arm-wince-cegcc
-  unset CFLAGS
-  unset CXXFLAGS
-  unset LDFLAGS
-  unset MAKEFLAGS
-
-  ./configure  \
-	--build=$CARCH           \
-	--host=arm-wince-cegcc   \
-	--target=arm-wince-cegcc \
-	--prefix=$_prefix
-
-  make
-
-  sed -i "s|prefix = $_prefix|prefix = $startdir/pkg/$_prefix|g" Makefile
-  make install
-
-  find $pkgdir/${_prefix} -type f -name \*.a -exec arm-wince-cegcc-ranlib {} \;
-}

Copied: arm-wince-cegcc-profile/repos/community-any/PKGBUILD (from rev 83669, arm-wince-cegcc-profile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-04 11:04:11 UTC (rev 83670)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=arm-wince-cegcc-profile
+pkgver=0.59.1
+pkgrel=1
+_prefix=/opt/cegcc
+pkgdesc="CE GCC bundle - cross compilation tools for WinCE"
+arch=('any')
+license=(GPL)
+options=(!libtool)
+url="http://cegcc.sf.net"
+depends=('arm-wince-cegcc-cegccdll')
+makedepends=('arm-wince-cegcc-gcc' 'arm-wince-cegcc-newlib' 'arm-wince-cegcc-importlibs'
+	     'arm-wince-cegcc-w32api')
+groups=('cegcc')
+source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2)
+md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
+
+build() {
+  cd $srcdir/cegcc/src/profile
+
+  export PATH=$_prefix/bin:$PATH
+  export TARGET=arm-wince-cegcc
+  unset CFLAGS
+  unset CXXFLAGS
+  unset LDFLAGS
+  unset MAKEFLAGS
+
+  ./configure  \
+	--build=$CARCH           \
+	--host=arm-wince-cegcc   \
+	--target=arm-wince-cegcc \
+	--prefix=$_prefix
+
+  make
+
+  sed -i "s|prefix = $_prefix|prefix = $pkgdir/$_prefix|g" Makefile
+  make install
+
+  find $pkgdir/${_prefix} -type f -name \*.a -exec arm-wince-cegcc-ranlib {} \;
+}




More information about the arch-commits mailing list