mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Adding aur/extract-xiso from request on forums
This commit is contained in:
parent
6595e2401c
commit
35de464a93
1 changed files with 24 additions and 0 deletions
24
aur/extract-xiso/PKGBUILD
Normal file
24
aur/extract-xiso/PKGBUILD
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Contributor: Wes Brewer <brewerw@gmail.com>
|
||||
# Maintainer: sidious/SiD <miste78 web de>
|
||||
|
||||
pkgname=extract-xiso
|
||||
pkgver=2.5
|
||||
pkgrel=2
|
||||
pkgdesc="xdvdfs (xbox iso) file creation and extraction utility"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://sourceforge.net/projects/extract-xiso"
|
||||
license=('custom')
|
||||
conflicts=('extract-xiso-somski')
|
||||
source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_v${pkgver}_src.tgz)
|
||||
md5sums=('1283bb3be0f17bfe511aff86cff0eb76')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}
|
||||
# build
|
||||
make
|
||||
# install binary
|
||||
install -Dm755 extract-xiso ${pkgdir}/usr/bin/extract-xiso
|
||||
# install custom license
|
||||
install -Dm644 LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT
|
||||
}
|
||||
|
Loading…
Reference in a new issue