updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / furiuscipher / PKGBUILD
blob0997a7ef3a5bf8c68b29048c0c5f9d47438c1e9c
1 # Contributor: Tim Yang <tdy@gmx.com>
2 # Contributor: Jachym Barvinek <jachymb@gmail.com>
3 pkgname=furiuscipher
4 pkgver=1.0.0
5 pkgrel=2
6 pkgdesc="A simple PyGTK client for encrypting and decrypting text via AES"
7 arch=('i686' 'x86_64')
8 url="http://www.marcus-furius.com/?page_id=23"
9 license=('GPL')
10 depends=('pycrypto' 'pygtk')
11 source=(http://www.marcus-furius.com/files/FuriusCipher/PyFuriusCipher.zip
12         $pkgname.desktop $pkgname.launcher $pkgname.png)
13 md5sums=('657ac3daed6d0d1ea02bcdec9f191783'
14          '518afceff3b8fc4d662902caca48e58e'
15          'cbe4228e8ec815a3b56af537318c4ca0'
16          '32222d043f22a8d5a06af6cd902f9e45')
18 build() {
19   cd "$srcdir/PyFuriusCipher"
20   install -Dm644 FuriusCipher.pyw "$pkgdir/usr/share/$pkgname/FuriusCipher.pyw"
21   install -Dm644 MainWindow.glade "$pkgdir/usr/share/$pkgname/MainWindow.glade"
22   install -Dm755 ../$pkgname.launcher "$pkgdir/usr/bin/$pkgname"
23   install -Dm644 ../$pkgname.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
24   install -Dm644 ../$pkgname.desktop \
25     "$pkgdir/usr/share/applications/$pkgname.desktop"