5 pkgdesc="Extracting image files from Microsoft's Powerpoint (PPS/PPT) files"
6 url="http://sourceforge.net/projects/ppsei/"
8 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.src.tgz")
9 md5sums=('fac5d96b76ae82aa6060437caf05cd43')
14 if test "$CARCH" == x86_64
16 sed s/'-march=i686 $(DEFS)'/'$(DEFS)'/ Makefile > Makefile.tmp
17 mv -f Makefile Makefile.orig
18 mv -f Makefile.tmp Makefile
21 install -Dps -m755 $pkgname $pkgdir/usr/bin/$pkgname