r1855 - crux-2.2/ports/opt/antiword
Author: aon Date: 2006-09-09 23:14:29 +0200 (Sat, 09 Sep 2006) New Revision: 1855 Modified: crux-2.2/ports/opt/antiword/Pkgfile Log: took over maintainership, use install instead of cp, chmod and mkdir, use CFLAGS Modified: crux-2.2/ports/opt/antiword/Pkgfile =================================================================== --- crux-2.2/ports/opt/antiword/Pkgfile 2006-09-09 21:11:35 UTC (rev 1854) +++ crux-2.2/ports/opt/antiword/Pkgfile 2006-09-09 21:14:29 UTC (rev 1855) @@ -1,7 +1,7 @@ # Description: Show the text and images of MS Word documents # URL: http://www.winfield.demon.nl -# Maintainer: sten, nick dot steeves at shaw dot ca -# Packager: +# Maintainer: Antti Nyk�nen, aon at iki dot fi +# Packager: sten, nick dot steeves at shaw dot ca name=antiword version=0.37 @@ -10,11 +10,10 @@ build() { cd $name-$version - make GLOBAL_INSTALL_DIR=/usr/bin - mkdir -p $PKG/usr/bin $PKG/usr/share/$name $PKG/usr/man/man1 + make GLOBAL_INSTALL_DIR=/usr/bin OPT="$CFLAGS" + install -d -m 0755 $PKG/usr/bin $PKG/usr/share/$name $PKG/usr/man/man1 make DESTDIR=$PKG GLOBAL_INSTALL_DIR=/usr/bin global_install - cp Docs/$name.1 $PKG/usr/man/man1 - chmod 644 $PKG/usr/man/man1/* + install -D -m 0644 Docs/$name.1 $PKG/usr/man/man1/$name.1 # kantiword is a shell wrapper to make d&d possible in KDE #rm $PKG/usr/bin/kantiword }
participants (1)
-
crux@crux.nu