updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / linfreeze / PKGBUILD
blob53e654bee205ab5e8519f669000e92905d88efa5
1 # Maintainer: Ryan Peters <sloshy45 _AT_ sbcglobal _DOT_ net>
2 # If you have any bugs with the project, please check out its URL and report them.
3 pkgname=linfreeze
4 pkgver=0.9.4
5 pkgrel=1
6 pkgdesc="A utility to prevent permanent file changes."
7 arch=('any')
8 url="http://github.com/sloshy/LinFreeze"
9 license=('GPL')
10 makedepends=(gzip)
11 depends=('filesystem' 'bash' 'sed' 'aufs2')
12 source=("https://github.com/sloshy/LinFreeze/tarball/v0.9.4")
13 md5sums=('89d71b64d1a3b7553c188b48a9048093')
15 build() {
16   cd "$srcdir/sloshy-LinFreeze-42cc688"
17   mkdir -p usr/share/locale/es/LC_MESSAGES/
18   msgfmt -o usr/share/locale/es/LC_MESSAGES/linfreeze.mo es.po
19   mkdir -p usr/bin/
20   mkdir -p usr/share/man/man1/
21   mv linfreeze usr/bin/
22   mv linfreeze.1 usr/share/man/man1/linfreeze.1
23   cp -R usr $pkgdir/
25 # vim:syntax=sh