diff options
author | root <root@rshg054.dnsready.net> | 2011-08-27 23:14:39 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-27 23:14:39 +0000 |
commit | a4c358009dd89183b4124505c694ea7f5fcdbeec (patch) | |
tree | 2b157b1e89ca7df45bd35f6a72c39b26af558827 /extra/progsreiserfs | |
parent | d7d02f7c02a5c761e8a64df49598ae976640e450 (diff) |
Sat Aug 27 23:14:39 UTC 2011
Diffstat (limited to 'extra/progsreiserfs')
-rw-r--r-- | extra/progsreiserfs/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/progsreiserfs/fix-underquoted-definition.patch | 11 |
2 files changed, 17 insertions, 2 deletions
diff --git a/extra/progsreiserfs/PKGBUILD b/extra/progsreiserfs/PKGBUILD index 38ad5c1fc..7d4cb1baa 100644 --- a/extra/progsreiserfs/PKGBUILD +++ b/extra/progsreiserfs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 107514 2011-01-26 12:57:49Z tpowa $ +# $Id: PKGBUILD 136335 2011-08-26 15:07:16Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=progsreiserfs pkgver=0.3.0.5 -pkgrel=6 +pkgrel=7 pkgdesc="library for accessing and manipulating reiserfs partitions" arch=(i686 x86_64) url="http://www.namesys.com" @@ -12,11 +12,13 @@ depends=('e2fsprogs') options=('!libtool') source=(#ftp://ftp.namesys.com/pub/libreiserfs/${pkgname}-${pkgver}.tar.gz ftp://ftp.archlinux.org/other/progsreiserfs/${pkgname}-${pkgver}.tar.gz + fix-underquoted-definition.patch ) md5sums=('d822579bbd4a29a1be5e4490869d9bee') build() { cd ${srcdir}/${pkgname}-${pkgver} + patch -Np0 -i ../fix-underquoted-definition.patch ./configure --prefix=/usr --mandir=/usr/share/man make } @@ -28,3 +30,5 @@ package() { rm -r ${pkgdir}/usr/sbin rm -r ${pkgdir}/usr/share/man/ } +md5sums=('d822579bbd4a29a1be5e4490869d9bee' + '4c47c1f136d01f60cb73f84116edbcc2') diff --git a/extra/progsreiserfs/fix-underquoted-definition.patch b/extra/progsreiserfs/fix-underquoted-definition.patch new file mode 100644 index 000000000..7d8eb7c0c --- /dev/null +++ b/extra/progsreiserfs/fix-underquoted-definition.patch @@ -0,0 +1,11 @@ +--- progsreiserfs.m4~ 2011-08-26 17:02:36.263433559 +0200 ++++ progsreiserfs.m4 2011-08-26 17:02:36.263433559 +0200 +@@ -10,7 +10,7 @@ + dnl Adds the required libraries to $REISERFS_LIBS and does an + dnl AC_SUBST(REISERFS_LIBS) + +-AC_DEFUN(AC_CHECK_LIBREISERFS, ++AC_DEFUN([AC_CHECK_LIBREISERFS], + [ + + dnl save LIBS |