# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $ # Maintainer: Andrea Scarpino # Contributor: Shinlun Hsieh # Contributor: Toni Spets pkgname=poweriso pkgver=1.3 pkgrel=1 pkgdesc="A powerful CD/DVD image file processing tool." arch=('i686' 'x86_64') url="http://www.poweriso.com/" license=('freeware') source=(http://www.poweriso.com/$pkgname-$pkgver.tar.gz) md5sums=('f5fc967e284769db387e2feae4a4cddf') build() { install -D -m755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname" || return 1 }