Date: Sunday, January 27, 2013 @ 10:58:41
  Author: andrea
Revision: 83064

archrelease: copy trunk to community-i686, community-x86_64

Added:
  xdelta/repos/community-i686/
  xdelta/repos/community-i686/PKGBUILD
    (from rev 83063, xdelta/trunk/PKGBUILD)
  xdelta/repos/community-i686/xdelta-1.1.4-aclocal.patch
    (from rev 83063, xdelta/trunk/xdelta-1.1.4-aclocal.patch)
  xdelta/repos/community-x86_64/
  xdelta/repos/community-x86_64/PKGBUILD
    (from rev 83063, xdelta/trunk/PKGBUILD)
  xdelta/repos/community-x86_64/xdelta-1.1.4-aclocal.patch
    (from rev 83063, xdelta/trunk/xdelta-1.1.4-aclocal.patch)

---------------------------------------------+
 community-i686/PKGBUILD                     |   29 ++++++++++++++++++++++++++
 community-i686/xdelta-1.1.4-aclocal.patch   |   11 +++++++++
 community-x86_64/PKGBUILD                   |   29 ++++++++++++++++++++++++++
 community-x86_64/xdelta-1.1.4-aclocal.patch |   11 +++++++++
 4 files changed, 80 insertions(+)

Copied: xdelta/repos/community-i686/PKGBUILD (from rev 83063, 
xdelta/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-01-27 09:58:41 UTC (rev 83064)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae <al...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+
+pkgname=xdelta
+pkgver=1.1.4
+pkgrel=4
+pkgdesc="binary file delta generator"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/xdelta/";
+license=('GPL')
+depends=('glib' 'zlib')
+options=('!libtool')
+source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz
+        xdelta-1.1.4-aclocal.patch)
+md5sums=('1b896c01ebf0e353b7e3c3071b05f496'
+         '1d8ab5909bdf977a2783c164b66906fd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/xdelta-1.1.4-aclocal.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: xdelta/repos/community-i686/xdelta-1.1.4-aclocal.patch (from rev 83063, 
xdelta/trunk/xdelta-1.1.4-aclocal.patch)
===================================================================
--- community-i686/xdelta-1.1.4-aclocal.patch                           (rev 0)
+++ community-i686/xdelta-1.1.4-aclocal.patch   2013-01-27 09:58:41 UTC (rev 
83064)
@@ -0,0 +1,11 @@
+--- xdelta-1.1.3/xdelta.m4.aclocal     2004-10-20 00:20:47.875648144 +0200
++++ xdelta-1.1.3/xdelta.m4     2004-10-20 00:21:47.205628616 +0200
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND 
[, MODULES]]]])
+ dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if "gmodule" or
+ dnl
+-AC_DEFUN(AM_PATH_XDELTA,
++AC_DEFUN([AM_PATH_XDELTA],
+ [dnl
+ dnl Get the cflags and libraries from the xdelta-config script
+ dnl

Copied: xdelta/repos/community-x86_64/PKGBUILD (from rev 83063, 
xdelta/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 09:58:41 UTC (rev 83064)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae <al...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+
+pkgname=xdelta
+pkgver=1.1.4
+pkgrel=4
+pkgdesc="binary file delta generator"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/xdelta/";
+license=('GPL')
+depends=('glib' 'zlib')
+options=('!libtool')
+source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz
+        xdelta-1.1.4-aclocal.patch)
+md5sums=('1b896c01ebf0e353b7e3c3071b05f496'
+         '1d8ab5909bdf977a2783c164b66906fd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/xdelta-1.1.4-aclocal.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: xdelta/repos/community-x86_64/xdelta-1.1.4-aclocal.patch (from rev 
83063, xdelta/trunk/xdelta-1.1.4-aclocal.patch)
===================================================================
--- community-x86_64/xdelta-1.1.4-aclocal.patch                         (rev 0)
+++ community-x86_64/xdelta-1.1.4-aclocal.patch 2013-01-27 09:58:41 UTC (rev 
83064)
@@ -0,0 +1,11 @@
+--- xdelta-1.1.3/xdelta.m4.aclocal     2004-10-20 00:20:47.875648144 +0200
++++ xdelta-1.1.3/xdelta.m4     2004-10-20 00:21:47.205628616 +0200
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND 
[, MODULES]]]])
+ dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if "gmodule" or
+ dnl
+-AC_DEFUN(AM_PATH_XDELTA,
++AC_DEFUN([AM_PATH_XDELTA],
+ [dnl
+ dnl Get the cflags and libraries from the xdelta-config script
+ dnl

Reply via email to