summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ae0c4837507a3f4bcb4bddc2559ac858d2b27599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Karol Babioch <karol@babioch.de>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
# Contributor: TheBenj <thebenj88 *AT* gmail *DOT* com>
# Contributor: Juliao Gesse Fernandes <juliao.gf *AT* gmail *DOT* com>

pkgname=uif2iso
pkgver=0.1.7c
pkgrel=3
pkgdesc="A command-line tool for converting single and multipart UIF images to the ISO format."
arch=('x86_64' 'i686')
url='http://aluigi.org/mytoolz.htm#uif2iso'
license=('GPL')
depends=('zlib')
source=("http://aluigi.altervista.org/mytoolz/${pkgname}.zip")
sha256sums=('b78dde3e8bc28559f73e2feb46d41c8f57b511ddbe25d63ada704ef8697528ec')

build() {

    make -C src

}

package() {

    make -C src prefix="$pkgdir/usr" install

}