From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/libgalago/PKGBUILD | 26 +++++++++++++++++++++++ community/libgalago/libgalago-mkinstalldirs.patch | 11 ++++++++++ 2 files changed, 37 insertions(+) create mode 100644 community/libgalago/PKGBUILD create mode 100644 community/libgalago/libgalago-mkinstalldirs.patch (limited to 'community/libgalago') diff --git a/community/libgalago/PKGBUILD b/community/libgalago/PKGBUILD new file mode 100644 index 000000000..9a3853cef --- /dev/null +++ b/community/libgalago/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 21389 2010-07-16 11:55:53Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: William Rea + +pkgname=libgalago +pkgver=0.5.2 +pkgrel=3 +pkgdesc="The Galago presence library" +arch=(i686 x86_64) +url="http://www.galago-project.org" +options=('!libtool') +license=("LGPL") +depends=('dbus-glib') +source=(http://www.galago-project.org/files/releases/source/libgalago/libgalago-$pkgver.tar.gz + libgalago-mkinstalldirs.patch) +md5sums=('7ec92f2ecba1309ac4b71b4b4d8d0a0d' + '3b38fecc5421ca338363b9ae1d218b7e') + +build() { + cd $srcdir/libgalago-$pkgver + patch -p0 -i ../libgalago-mkinstalldirs.patch || return 1 + ./configure --prefix=/usr --disable-tests + make || return 1 + make DESTDIR=$pkgdir install + rm -rf $pkgdir/usr/share/autopackage +} diff --git a/community/libgalago/libgalago-mkinstalldirs.patch b/community/libgalago/libgalago-mkinstalldirs.patch new file mode 100644 index 000000000..87c42fc00 --- /dev/null +++ b/community/libgalago/libgalago-mkinstalldirs.patch @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.org 2007-01-25 15:14:01.000000000 +0300 ++++ po/Makefile.in.in 2007-01-25 15:15:11.000000000 +0300 +@@ -29,7 +29,7 @@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + MKINSTALLDIRS = @MKINSTALLDIRS@ +-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac` ++mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) + + CC = @CC@ + GMSGFMT = @GMSGFMT@ -- cgit v1.2.3-54-g00ecf