diff options
Diffstat (limited to 'community/unrtf/PKGBUILD')
-rw-r--r-- | community/unrtf/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/unrtf/PKGBUILD b/community/unrtf/PKGBUILD deleted file mode 100644 index 44cb83f66..000000000 --- a/community/unrtf/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 88595 2013-04-20 16:12:02Z jlichtblau $ -# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> -# Contributor: Alexander Fehr <pizzapunk gmail com> -# Contributor: froggie <sullivanva@gmail.com> - -pkgname=unrtf -pkgver=0.21.3 -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=('8aec68a5583fea8ac575cdb6bbd111ecc6700054127ab12023ac94729da77536') - -build() { - cd ${srcdir}/$pkgname-$pkgver - - ./configure --prefix=/usr - make -} - -package() { - cd ${srcdir}/$pkgname-$pkgver - - make DESTDIR=${pkgdir} install -} |