antiword: update to 0.37; move Pkgfile comments to README; tiny Pkgfile aesthetic fix
This commit is contained in:
parent
8e5d3aede0
commit
54cf82a5c6
@ -9,6 +9,7 @@ drwxr-xr-x root/root usr/share/
|
|||||||
drwxr-xr-x root/root usr/share/antiword/
|
drwxr-xr-x root/root usr/share/antiword/
|
||||||
-rw-r--r-- root/root usr/share/antiword/8859-1.txt
|
-rw-r--r-- root/root usr/share/antiword/8859-1.txt
|
||||||
-rw-r--r-- root/root usr/share/antiword/8859-10.txt
|
-rw-r--r-- root/root usr/share/antiword/8859-10.txt
|
||||||
|
-rw-r--r-- root/root usr/share/antiword/8859-11.txt
|
||||||
-rw-r--r-- root/root usr/share/antiword/8859-13.txt
|
-rw-r--r-- root/root usr/share/antiword/8859-13.txt
|
||||||
-rw-r--r-- root/root usr/share/antiword/8859-14.txt
|
-rw-r--r-- root/root usr/share/antiword/8859-14.txt
|
||||||
-rw-r--r-- root/root usr/share/antiword/8859-15.txt
|
-rw-r--r-- root/root usr/share/antiword/8859-15.txt
|
||||||
|
@ -1 +1 @@
|
|||||||
d46107219f4afaee658647a49dc45ed9 antiword-0.36.1.tar.gz
|
f868e2a269edcbc06bf77e89a55898d1 antiword-0.37.tar.gz
|
||||||
|
@ -3,18 +3,12 @@
|
|||||||
# Maintainer: sten, nick dot steeves at shaw dot ca
|
# Maintainer: sten, nick dot steeves at shaw dot ca
|
||||||
# Packager:
|
# Packager:
|
||||||
|
|
||||||
# Tip: If you put the following entry in your mailcap file,
|
|
||||||
# Some mailclients, like mutt, will extract text from .doc-files:
|
|
||||||
# application/msword;antiword %s;copiousoutput
|
|
||||||
|
|
||||||
name=antiword
|
name=antiword
|
||||||
version=0.36.1
|
version=0.37
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(http://www.winfield.demon.nl/linux/$name-$version.tar.gz)
|
source=(http://www.winfield.demon.nl/linux/$name-$version.tar.gz)
|
||||||
|
|
||||||
build()
|
build() {
|
||||||
{
|
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
make GLOBAL_INSTALL_DIR=/usr/bin
|
make GLOBAL_INSTALL_DIR=/usr/bin
|
||||||
mkdir -p $PKG/usr/bin $PKG/usr/share/$name $PKG/usr/man/man1
|
mkdir -p $PKG/usr/bin $PKG/usr/share/$name $PKG/usr/man/man1
|
||||||
|
5
antiword/README
Normal file
5
antiword/README
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
POST-INSTALL
|
||||||
|
|
||||||
|
Tip: If you put the following entry in your mailcap file,
|
||||||
|
Some mailclients, like mutt, will extract text from .doc-files:
|
||||||
|
application/msword;antiword %s;copiousoutput
|
Loading…
x
Reference in New Issue
Block a user