updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / riifs / PKGBUILD
bloba2ce5a3d64905b2121c28e4a0f9b6ecc88c53fa0
1 _pkgname=Riifs
2 pkgname=riifs
3 pkgver=1.02
4 pkgrel=1
5 pkgdesc="RiiFS is a simple custom network protocol used by Riivolution to allow a computer to act like a disk filesystem. This allows for both public streamable releases as well as private testing without needing to restart the game."
6 url="http://rvlution.net/riiv/RiiFS"
7 license="custom"
8 arch=('any')
9 depends=('mono')
10 source=("http://rvlution.net/riivolution/images/c/c2/$_pkgname-server-cs.zip" "bin")
11 md5sums=('93795a4b28620eb38b0d7e0fa951ffca'
12          '08b83ceba46061015ce4c67934640828')
14 build() {
15         cd $srcdir
17         mkdir -p $pkgdir/usr/share/$pkgname
18         cp $pkgname.exe readme.txt $pkgdir/usr/share/$pkgname
19         mkdir -p $pkgdir/usr/bin
20         cp bin $pkgdir/usr/bin/$pkgname
21         chmod +x $pkgdir/usr/bin/$pkgname