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/odt2txt | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/odt2txt')
-rw-r--r-- | community/odt2txt/PKGBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/community/odt2txt/PKGBUILD b/community/odt2txt/PKGBUILD deleted file mode 100644 index 8ff16fba4..000000000 --- a/community/odt2txt/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 69493 2012-04-17 10:36:52Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Vladimir Chizhov <jagoterr@gmail.com> - -pkgname=odt2txt -pkgver=0.4 -pkgrel=1 -pkgdesc="extracts the text out of OpenDocument Texts" -url="http://stosberg.net/odt2txt/" -license=("GPL2") -arch=('i686' 'x86_64') -depends=('zlib') -source=(http://stosberg.net/odt2txt/$pkgname-$pkgver.tar.gz) -md5sums=('6fe3bd261ce2dde2810244bbe969bbc5') - -build() { - cd $srcdir/$pkgname-$pkgver - make - install -Dm755 odt2txt $pkgdir/usr/bin/odt2txt - install -Dm644 odt2txt.1 $pkgdir/usr/share/man/man1/odt2txt.1 -} |