[arch-commits] Commit in gettext/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Apr 18 10:04:37 UTC 2010
Date: Sunday, April 18, 2010 @ 06:04:36
Author: allan
Revision: 77824
upgpkg: gettext 0.17-4
make sure sh is available for install script
Modified:
gettext/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-18 09:31:04 UTC (rev 77823)
+++ PKGBUILD 2010-04-18 10:04:36 UTC (rev 77824)
@@ -1,14 +1,15 @@
# $Id$
-# Maintainer: judd <jvinet at zeroflux.org>
+# Maintainer:
+
pkgname=gettext
pkgver=0.17
-pkgrel=3
+pkgrel=4
pkgdesc="GNU internationalization library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gettext"
license=('GPL')
groups=('base')
-depends=('gcc-libs' 'acl')
+depends=('gcc-libs' 'acl' 'sh')
optdepends=('cvs: for autopoint tool')
options=(!libtool)
install=gettext.install
@@ -20,8 +21,9 @@
sed -i -e 's/libexpat.so.0/libexpat.so.1/' gettext-tools/src/x-glade.c
./configure --prefix=/usr --enable-csharp
make || return 1
+}
+
+package() {
+ cd $srcdir/${pkgname}-${pkgver}
make DESTDIR=$pkgdir install
-
- rm -f $pkgdir/usr/share/info/dir
- gzip -9 $pkgdir/usr/share/info/*
}
More information about the arch-commits
mailing list