# Contributor: pkgname=qpress pkgver=11 pkgrel=1 pkgdesc="qpress is a portable file archiver using QuickLZ and designed to utilize fast storage systems to their max" arch=('i686' 'x86_64') url="http://quicklz.com/" license=('GPL') source=(http://www.quicklz.com/qpress-$pkgver-source.zip) md5sums=('ea2d8bc96e86e93f64a93bc546401c95') build() { cd $startdir/src/ # Fix for isatty() sed -i 's|#include |#include \n #include // for isatty()|' qpress.cpp make install -d $pkgdir/usr/bin/ install $startdir/src/qpress $pkgdir/usr/bin/ }