updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / rescene-bin / PKGBUILD
blob6a31b5abfb036f00789d25ce200f50053b694695
1 # Maintainer: dryes <joswiseman@gmail>
2 pkgname='rescene-bin'
3 pkgver=1.2
4 pkgrel=1
5 pkgdesc='ReScene is a mechanism for backing up and restoring the metadata from RAR files.'
6 url='http://rescene.com/index.htm'
7 arch=('any')
8 license=('Custom')
9 depends=('mono')
10 makedepends=('unrar')
11 source=('http://rescene.com/srr.1.2.rar' 'srr.sh')
12 noextract=('srr.1.2.rar')
13 provides=('rescene')
14 md5sums=('7246fce9dda0df1151a2cf7c81d35ea9' 'd5842a9d74dfcaa1632a22a1ee468fc6')
16 package() {
17   mkdir -p "${pkgdir}/opt/rescene"
18   unrar e 'srr.1.2.rar' "${pkgdir}/opt/rescene"
19   install -D -m755 "${srcdir}/srr.sh" "${pkgdir}/usr/bin/srr"
20   install -D -m744 "${pkgdir}/opt/rescene/license.txt" "${pkgdir}/usr/share/licenses/rescene-bin/license.txt"
21   rm "${pkgdir}/opt/rescene/license.txt"