blob: f7ef094fb5f6fc55125d413f415ef14b9c73553d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=antiword
pkgver=0.37
pkgrel=5
pkgdesc="A free MS Word reader"
options="!check" # No testsuite
url="http://www.winfield.demon.nl"
arch="all"
license="GPL-2.0-only"
source="http://www.winfield.demon.nl/linux/antiword-$pkgver.tar.gz
CVE-2014-8123.patch
"
# secfixes:
# 0.37-r3:
# - CVE-2014-8123
build() {
make OPT="$CFLAGS"
}
package() {
install -Dm755 antiword -t "$pkgdir"/usr/bin/
install -Dm644 Resources/* -t "$pkgdir"/usr/share/antiword/
}
sha512sums="
6cd8fb9137238417544cf8754829a2d5296055d730ea62a8a025236baa79516190317d146401ff40cde73e1ee2c3c374a2ea01b2e5d24e149310bcabb8bfdce8 antiword-0.37.tar.gz
4e0714dc7b21ebd8e232656be576d05f0252bc0d7a7c10ec1511e479ef405a3627d4d14a08aac2c4481573654185492577f3376d3bc5ebf755e661a29c32a37c CVE-2014-8123.patch
"
|