From d22b68a6758c4f29a8e50a7be467374a53c68415 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 9 Dec 2011 23:14:52 +0000 Subject: Fri Dec 9 23:14:52 UTC 2011 --- community/unrtf/PKGBUILD | 16 +++++++++++----- community/unrtf/unrtf.changelog | 11 +++++++++++ 2 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 community/unrtf/unrtf.changelog (limited to 'community/unrtf') diff --git a/community/unrtf/PKGBUILD b/community/unrtf/PKGBUILD index 9797c8e52..1b3950de9 100644 --- a/community/unrtf/PKGBUILD +++ b/community/unrtf/PKGBUILD @@ -1,26 +1,32 @@ -# $Id: PKGBUILD 8335 2010-01-18 20:36:57Z jlichtblau $ +# $Id: PKGBUILD 60272 2011-12-08 20:04:08Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Alexander Fehr # Contributor: froggie pkgname=unrtf -pkgver=0.21.1 +pkgver=0.21.2 pkgrel=1 pkgdesc="Command-line program which converts RTF documents to other formats" arch=('i686' 'x86_64') url="http://www.gnu.org/software/unrtf/unrtf.html" license=('GPL3') depends=('glibc') +changelog=$pkgname.changelog source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('ce069646837d0a2c15b439a5529afde8') +sha256sums=('acb1b093dd2c7485fc43b128ccaf665d6188f568752cec96d54b693374caddb0') build() { cd ${srcdir}/$pkgname-$pkgver # bugfix FS#14043 - sed -e 's|/usr/local|/usr|' -i src/{main.h,path.h} || return 1 + sed -e 's|/usr/local|/usr|' -i src/{main.h,path.h} ./configure --prefix=/usr - make || return 1 + make +} + +package() { + cd ${srcdir}/$pkgname-$pkgver + make DESTDIR=${pkgdir} install } diff --git a/community/unrtf/unrtf.changelog b/community/unrtf/unrtf.changelog new file mode 100644 index 000000000..04b898b16 --- /dev/null +++ b/community/unrtf/unrtf.changelog @@ -0,0 +1,11 @@ +2011-12-08 Jaroslav Lichtblau + * unrtf 0.21.2 + +2010-01-18 Jaroslav Lichtblau + * Update to major release 0.21.1 + +2009-05-31 Jaroslav Lichtblau + * FS#14043 fixed + +2009-03-25 Jaroslav Lichtblau + * Update to major release 0.21.0 -- cgit v1.2.3-54-g00ecf