updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / arcman / PKGBUILD
blob17978d087eab66ab66deac769fc41294d3b97e43
1 pkgname=arcman
2 pkgver=1
3 pkgrel=1
4 pkgdesc='Extracts the content of .arc files. Not recommended, as it does not have subdirectory support.'
5 url='http://wiibrew.org/wiki/ARC_Extractor'
6 license=('GPL')
7 arch=('i686' 'x86_64')
8 depends=('wine')
9 source=('http://wiibrew.org/w/images/9/9c/Arcman.tgz' 'arcman')
10 md5sums=('ed50462fad833490df723cd78d51983a'
11          '46ff088419ebea21d4dfcd7cdc11434e')
13 build() {
14         cd $srcdir
15         mkdir -p $pkgdir/usr/share/$pkgname
16         cp readme.txt $pkgname.exe $pkgdir/usr/share/$pkgname
17         mkdir -p $pkgdir/usr/bin
18         cp $pkgname $pkgdir/usr/bin/$pkgname
19         chmod +x $pkgdir/usr/bin/$pkgname