aboutsummaryrefslogtreecommitdiffstats
path: root/main/indent
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-10-25 03:03:52 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-10-25 03:06:50 -0500
commitbab26672dccc93b0ee5763bd5f61bf01da6568f5 (patch)
tree4a848527c7162ee0e104530c5d43d55509583e35 /main/indent
parent1744650c9b4c12708b1c9f7f09ec56e4f8f4cdf2 (diff)
downloadaports-bab26672dccc93b0ee5763bd5f61bf01da6568f5.tar.bz2
aports-bab26672dccc93b0ee5763bd5f61bf01da6568f5.tar.xz
main/indent: upgrade to 2.2.11
Diffstat (limited to 'main/indent')
-rw-r--r--main/indent/APKBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/main/indent/APKBUILD b/main/indent/APKBUILD
index a4d1e95892..1b257737c5 100644
--- a/main/indent/APKBUILD
+++ b/main/indent/APKBUILD
@@ -1,16 +1,16 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=indent
-pkgver=2.2.10
-pkgrel=4
+pkgver=2.2.11
+pkgrel=0
pkgdesc="indenting utility"
url="http://www.gnu.org/software/indent/"
license="GPL"
depends=
makedepends="gettext-dev"
install=
-subpackages="$pkgname-doc"
-source="http://astromirror.uchicago.edu/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
+subpackages="$pkgname-doc $pkgname-lang"
+source="http://indent.isidore-it.eu/$pkgname-$pkgver.tar.gz"
arch="all"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -26,13 +26,14 @@ build() {
--without-included-gettext \
--sysconfdir=/etc \
--mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
+ --infodir=/usr/share/info \
+ --without-texinfo
+ make SUBDIRS="intl po src" || return 1
}
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" install
+ make SUBDIRS="intl po src man" DESTDIR="$pkgdir" install
}
-md5sums="be35ea62705733859fbf8caf816d8959 indent-2.2.10.tar.gz"
+md5sums="98beafca62472805a3739d3867d5d70f indent-2.2.11.tar.gz"