diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/unrtf | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/unrtf')
-rw-r--r-- | community/unrtf/PKGBUILD | 29 | ||||
-rw-r--r-- | community/unrtf/unrtf.changelog | 17 |
2 files changed, 0 insertions, 46 deletions
diff --git a/community/unrtf/PKGBUILD b/community/unrtf/PKGBUILD deleted file mode 100644 index 9a748207f..000000000 --- a/community/unrtf/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 95284 2013-08-08 19:29:43Z jlichtblau $ -# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> -# Contributor: Alexander Fehr <pizzapunk gmail com> -# Contributor: froggie <sullivanva@gmail.com> - -pkgname=unrtf -pkgver=0.21.5 -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) -sha256sums=('b6b1afd301dcec1cf377476154fc22ed0ac73aee2b7d56a42e2279cced3943c2') - -build() { - cd ${srcdir}/$pkgname-$pkgver - - ./configure --prefix=/usr - make -} - -package() { - cd ${srcdir}/$pkgname-$pkgver - - make DESTDIR=${pkgdir} install -} diff --git a/community/unrtf/unrtf.changelog b/community/unrtf/unrtf.changelog deleted file mode 100644 index 03b5a9cf6..000000000 --- a/community/unrtf/unrtf.changelog +++ /dev/null @@ -1,17 +0,0 @@ -2013-08-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * unrtf 0.21.5-1 - -2013-04-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * unrtf 0.21.3-1 - -2011-12-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * unrtf 0.21.2 - -2010-01-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * Update to major release 0.21.1 - -2009-05-31 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * FS#14043 fixed - -2009-03-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * Update to major release 0.21.0 |