updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / uif2iso / PKGBUILD
blobacefbd7175494103801e4166688a0ae55c467801
1 # Contributor: Juliao Gesse Fernandes <juliao.gf *AT* gmail *DOT* com>
2 pkgname=uif2iso
3 pkgver=0.1.7c
4 pkgrel=1
5 pkgdesc="UIF2ISO is an open source command-line tool for converting single and multipart UIF images to the ISO format."
6 arch=(i686 x86_64)
7 url='http://aluigi.org/mytoolz.htm#uif2iso'
8 license=('GPL')
9 depends=('zlib' 'glibc')
10 makedepends=('glibc')
11 source=(http://aluigi.org/mytoolz/$pkgname.zip)
12 md5sums=('2eb9797ec463c38253014d45591a7043')
14 build() {
15   cd "$startdir/src/src"
16   make all || return 1
17   make prefix="$startdir/pkg/usr" install
20 # vim:set ts=2 sw=2 et: