updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / extract-xiso / PKGBUILD
bloba5064a20a36b92de3b4708becb0fda40cf151d4c
1 # Contributor: Wes Brewer <brewerw@gmail.com>
2 # Maintainer: sidious/SiD <miste78 web de>
4 pkgname=extract-xiso
5 pkgver=2.5
6 pkgrel=2
7 pkgdesc="xdvdfs (xbox iso) file creation and extraction utility"
8 arch=('i686' 'x86_64')
9 url="http://sourceforge.net/projects/extract-xiso"
10 license=('custom')
11 conflicts=('extract-xiso-somski')
12 source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_v${pkgver}_src.tgz)
13 md5sums=('1283bb3be0f17bfe511aff86cff0eb76')
15 build() {
16   cd ${srcdir}/${pkgname}
17   # build
18   make 
19   # install binary
20   install -Dm755 extract-xiso ${pkgdir}/usr/bin/extract-xiso
21   # install custom license
22   install -Dm644 LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT