# Contributor: zarra pkgname=stormlib pkgver=7.10 pkgrel=1 pkgdesc="The StormLib library is a pack of modules, written in C++, which are able to read and also to write files from/to the MPQ archives. The original version was written for the Win32 platform, but Marko Friedemann has ported it also to Linux." arch=('i686' 'x86_64') url="http://www.zezula.net/en/mpq/stormlib.html" license=('custom') depends=('bzip2') options=(!strip) source=('http://www.zezula.net/download/stormlib.zip') md5sums=('25785e60fa6875140b63461bd75bfe11') build() { cd "$srcdir"/StormLib install -d "$pkgdir"/usr/lib sed -e "s|/usr/local|$pkgdir/usr|g" makefile.linux > Makefile make || return 1 make install || return 1 } # vim:set ts=2 sw=2 et: