summaryrefslogtreecommitdiff
path: root/core/gettext/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-09-19 11:59:33 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-09-19 11:59:33 -0500
commite40531aab32ff93b1f9da20d8a43a440d8dffaca (patch)
tree837260c74cb8eef56e640ee52b2e329e13719276 /core/gettext/PKGBUILD
parent6fab33c9210eaa90d0a0179f7e49c339ea88990f (diff)
parent171f25215eee368fe64f1eed02ce49de090f4b0d (diff)
Merge branch 'master' of gitpar:abslibre-mips64el
Diffstat (limited to 'core/gettext/PKGBUILD')
-rw-r--r--core/gettext/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
index 1beb44222..7e8af9342 100644
--- a/core/gettext/PKGBUILD
+++ b/core/gettext/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 112865 2011-03-07 11:27:12Z stephane $
+# $Id: PKGBUILD 142112 2011-11-05 10:14:09Z tpowa $
# Maintainer:
pkgname=gettext
@@ -11,7 +11,7 @@ license=('GPL')
groups=('base')
depends=('gcc-libs' 'acl' 'sh' 'glib2')
optdepends=('cvs: for autopoint tool')
-options=(!libtool)
+options=(!libtool !docs)
install=gettext.install
source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz)
md5sums=('3dd55b952826d2b32f51308f2f91aa89')
@@ -23,6 +23,11 @@ build() {
make
}
+#check() {
+# cd "${srcdir}/${pkgname}-${pkgver}"
+# make check
+#}
+
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install