You are not logged in.

#1 2009-05-05 11:19:44

atordo
Member
Registered: 2007-04-21
Posts: 147

[PKGBUILD] ppsei (Powepoint image extractor)

pkgname=ppsei
arch=('i686')
pkgver=0.2
pkgrel=1
pkgdesc="Extracting image files from Microsoft's Powerpoint (PPS/PPT) files"
url="http://sourceforge.net/projects/ppsei/"
license='GPL'
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.src.tgz")
md5sums=('5d13638659761333ee008aba695a5b88')

build() {
        cd $srcdir/$pkgname-$pkgver
        make || return 1
        install -Dps -m755 $pkgname $pkgdir/usr/bin/$pkgname
}

Note: arch is i686 only because there's a "-march=i686" in the Makefile, although I don't know if there's anything i686 specific in the code.

Offline

Board footer

Powered by FluxBB