diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-28 08:42:40 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-28 08:42:40 -0500 |
commit | 32197f12bc93bb86968a9a154b9fbe2d37204d34 (patch) | |
tree | 57d2194474245ed5749985ba76cdd8e6c8d71882 /pcr/docx2txt | |
parent | a9b3578da8885d4fc70220a39e0e0ed0b04c0c16 (diff) | |
download | abslibre-32197f12bc93bb86968a9a154b9fbe2d37204d34.tar.gz abslibre-32197f12bc93bb86968a9a154b9fbe2d37204d34.tar.bz2 abslibre-32197f12bc93bb86968a9a154b9fbe2d37204d34.zip |
Removing docx2txt: This package is in [community] repo
Diffstat (limited to 'pcr/docx2txt')
-rw-r--r-- | pcr/docx2txt/PKGBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/docx2txt/PKGBUILD b/pcr/docx2txt/PKGBUILD deleted file mode 100644 index ea6b916dc..000000000 --- a/pcr/docx2txt/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Contributor (Arch): Kyle Keen <keenerd@gmail.com> -pkgname=docx2txt -pkgver=1.4 -pkgrel=1 -pkgdesc="Recovers text from DOCX files, with good formatting." -arch=('any') -url="http://docx2txt.sourceforge.net" -license=('GPL') -depends=('perl' 'unzip') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz) -md5sums=('780f468c16d547b02723b98aadc52c63') - -package() { - cd "$srcdir/$pkgname-$pkgver" - #make INSTALLDIR="$pkgdir/usr/bin/" - #make INSTALLDIR="$pkgdir/usr/bin/" install - # todo, fix these extensions - install -Dm644 docx2txt.config "$pkgdir/etc/docx2txt.config" - install -Dm755 docx2txt.pl "$pkgdir/usr/bin/docx2txt.pl" - install -Dm755 docx2txt.sh "$pkgdir/usr/bin/docx2txt.sh" -} - |