Date: Monday, August 19, 2013 @ 14:13:09 Author: spupykin Revision: 96045
archrelease: copy trunk to community-i686, community-x86_64 Added: synce-rra/repos/community-i686/PKGBUILD (from rev 96044, synce-rra/trunk/PKGBUILD) synce-rra/repos/community-x86_64/PKGBUILD (from rev 96044, synce-rra/trunk/PKGBUILD) Deleted: synce-rra/repos/community-i686/PKGBUILD synce-rra/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 23 ------------------ community-x86_64/PKGBUILD | 23 ------------------ 3 files changed, 54 insertions(+), 46 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-08-19 12:12:51 UTC (rev 96044) +++ community-i686/PKGBUILD 2013-08-19 12:13:09 UTC (rev 96045) @@ -1,23 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Zhukov Pavel <gel...@gmail.com> - -pkgname=synce-rra -pkgver=0.14 -pkgrel=5 -pkgdesc="provide a means of communication with a Windows CE device - rra libraries for synce" -arch=('i686' 'x86_64') -url="http://synce.sourceforge.net/" -license=('GPL') -depends=('glibc' 'synce-librapi' 'synce-libmimedir') -makedepends=('python2' 'pyrex') -source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz) -md5sums=('3a608174a3a476c96dd4dd4929448fe8') - -build() { - cd $srcdir/librra-$pkgver - ./configure --prefix=/usr - sed -i s/-Werror// lib/Makefile src/Makefile - make - make DESTDIR=$pkgdir install -} Copied: synce-rra/repos/community-i686/PKGBUILD (from rev 96044, synce-rra/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-08-19 12:13:09 UTC (rev 96045) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Zhukov Pavel <gel...@gmail.com> + +pkgname=synce-rra +pkgver=0.17 +pkgrel=1 +pkgdesc="provide a means of communication with a Windows CE device - rra libraries for synce" +arch=('i686' 'x86_64') +url="http://synce.sourceforge.net/" +license=('GPL') +depends=('glibc' 'synce-core' 'synce-libmimedir') +makedepends=('python2' 'pyrex') +source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz) +md5sums=('d0c869afbce4d203c85098a2886b6956') + +build() { + cd $srcdir/librra-$pkgver + ./configure --prefix=/usr +# sed -i s/-Werror// lib/Makefile src/Makefile + make +} + +package() { + cd $srcdir/librra-$pkgver + make DESTDIR=$pkgdir install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-08-19 12:12:51 UTC (rev 96044) +++ community-x86_64/PKGBUILD 2013-08-19 12:13:09 UTC (rev 96045) @@ -1,23 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Zhukov Pavel <gel...@gmail.com> - -pkgname=synce-rra -pkgver=0.14 -pkgrel=5 -pkgdesc="provide a means of communication with a Windows CE device - rra libraries for synce" -arch=('i686' 'x86_64') -url="http://synce.sourceforge.net/" -license=('GPL') -depends=('glibc' 'synce-librapi' 'synce-libmimedir') -makedepends=('python2' 'pyrex') -source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz) -md5sums=('3a608174a3a476c96dd4dd4929448fe8') - -build() { - cd $srcdir/librra-$pkgver - ./configure --prefix=/usr - sed -i s/-Werror// lib/Makefile src/Makefile - make - make DESTDIR=$pkgdir install -} Copied: synce-rra/repos/community-x86_64/PKGBUILD (from rev 96044, synce-rra/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-08-19 12:13:09 UTC (rev 96045) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Zhukov Pavel <gel...@gmail.com> + +pkgname=synce-rra +pkgver=0.17 +pkgrel=1 +pkgdesc="provide a means of communication with a Windows CE device - rra libraries for synce" +arch=('i686' 'x86_64') +url="http://synce.sourceforge.net/" +license=('GPL') +depends=('glibc' 'synce-core' 'synce-libmimedir') +makedepends=('python2' 'pyrex') +source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz) +md5sums=('d0c869afbce4d203c85098a2886b6956') + +build() { + cd $srcdir/librra-$pkgver + ./configure --prefix=/usr +# sed -i s/-Werror// lib/Makefile src/Makefile + make +} + +package() { + cd $srcdir/librra-$pkgver + make DESTDIR=$pkgdir install +}