From 062d1ba2c4d5de52d97f339c5a3ac1199b8533f6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Sep 2011 23:14:42 +0000 Subject: Thu Sep 15 23:14:42 UTC 2011 --- community/antiword/PKGBUILD | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) (limited to 'community/antiword/PKGBUILD') diff --git a/community/antiword/PKGBUILD b/community/antiword/PKGBUILD index 9103de17c..3d5c45644 100644 --- a/community/antiword/PKGBUILD +++ b/community/antiword/PKGBUILD @@ -1,26 +1,34 @@ -# Maintainer : Aaron, phrakture, Griffin +# $Id: PKGBUILD 55537 2011-09-14 08:02:10Z andrea $ +# Maintainer: Lukas Fleischer +# Contributor: Aaron, phrakture, Griffin # Contributor: Gustav Munkby pkgname=antiword pkgver=0.37 -pkgrel=2 -pkgdesc="Antiword is a free MS Word reader for Linux and RISC OS" +pkgrel=3 +pkgdesc="A free MS Word reader for Linux and RISC OS" arch=('i686' 'x86_64') url="http://www.winfield.demon.nl/" -license="GPL" -depends=('glibc') +license=('GPL') +depends=('bash') install=antiword.install -source=(http://www.winfield.demon.nl/linux/$pkgname-$pkgver.tar.gz \ - antiword-helper) -md5sums=('f868e2a269edcbc06bf77e89a55898d1' '01a988376cfd4bb268120ab597c9abe3') +source=("http://www.winfield.demon.nl/linux/$pkgname-$pkgver.tar.gz" + 'antiword-helper') +md5sums=('f868e2a269edcbc06bf77e89a55898d1' + '01a988376cfd4bb268120ab597c9abe3') -build() -{ - cd $srcdir/$pkgname-$pkgver - sed -i "s|CFLAGS =.*|CFLAGS = $CFLAGS -DNDEBUG|g; \ - s|GLOBAL_INSTALL_DIR =.*|GLOBAL_INSTALL_DIR = /usr/bin|g" \ - Makefile.Linux - make DESTDIR=$pkgdir global_install +build(){ + cd "${srcdir}"/$pkgname-$pkgver + + sed -i "s|GLOBAL_INSTALL_DIR =.*|GLOBAL_INSTALL_DIR = /usr/bin|g" \ + Makefile.Linux + + make OPT="${CFLAGS} -DNDEBUG" LDFLAGS="${LDFLAGS}" +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + make DESTDIR="${pkgdir}" global_install install -m755 $srcdir/antiword-helper $pkgdir/usr/bin/ install -Dm644 Docs/antiword.1 $pkgdir/usr/share/man/man1/antiword.1 } -- cgit v1.2.3-54-g00ecf