csync-git
[mirrors/ArchLinux-Packages.git] / wxccrypt / PKGBUILD
1 # Contributor: Thomas Mudrunka <harvie@@email..cz>
2 # You can also contact me on http://blog.harvie.cz/
3
4 pkgname=wxccrypt
5 pkgver=0.2
6 pkgrel=1
7 pkgdesc="Graphical interface for ccrypt written in wxpython."
8 arch=('any')
9 license=('GPL')
10 url="http://projekt-dvp.s.cz/search.php?rsvelikost=sab&rstext=all-phpRS-all&rstema=14&stromhlmenu=3"
11 depends=(
12 'ccrypt'
13 'wxpython'
14 )
15
16 source=(
17 "http://projekt-dvp.s.cz/storage/1159559979_sb_wxccrypt_v_02.tar"
18 )
19
20 md5sums=(
21 '3ac37a5eab099f351aaa49a4ff75d701'
22 )
23
24 build() {
25 mkdir -p ${pkgdir}/usr/bin
26 cp ${srcdir}/wx_ccrypt_2.py ${pkgdir}/usr/bin/wxccrypt
27 chmod -R 755 ${pkgdir}/
28 }
This page took 0.263632 seconds and 4 git commands to generate.