Date: Sunday, January 27, 2013 @ 10:58:33 Author: andrea Revision: 83063
extra2community: Moving xdelta from extra to community Added: xdelta/ xdelta/repos/ xdelta/trunk/ xdelta/trunk/PKGBUILD xdelta/trunk/xdelta-1.1.4-aclocal.patch ----------------------------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ xdelta-1.1.4-aclocal.patch | 11 +++++++++++ 2 files changed, 40 insertions(+) Added: xdelta/trunk/PKGBUILD =================================================================== --- xdelta/trunk/PKGBUILD (rev 0) +++ xdelta/trunk/PKGBUILD 2013-01-27 09:58:33 UTC (rev 83063) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Allan McRae <[email protected]> +# Contributor: Tom Newsom <[email protected]> + +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 +} Property changes on: xdelta/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: xdelta/trunk/xdelta-1.1.4-aclocal.patch =================================================================== --- xdelta/trunk/xdelta-1.1.4-aclocal.patch (rev 0) +++ xdelta/trunk/xdelta-1.1.4-aclocal.patch 2013-01-27 09:58:33 UTC (rev 83063) @@ -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
