mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
19 lines
563 B
Bash
19 lines
563 B
Bash
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
|
|
# Maintainer: Andrea Scarpino <bash.lnx@gmail.com>
|
|
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
|
|
# Contributor: Toni Spets <toni.spets@gmail.com>
|
|
|
|
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
|
|
}
|
|
|