csync-git
[mirrors/ArchLinux-Packages.git] / wxccrypt / PKGBUILD
CommitLineData
209feeb0
H
1# Contributor: Thomas Mudrunka <harvie@@email..cz>
2# You can also contact me on http://blog.harvie.cz/
3
4pkgname=wxccrypt
5pkgver=0.2
6pkgrel=1
7pkgdesc="Graphical interface for ccrypt written in wxpython."
8arch=('any')
9license=('GPL')
10url="http://projekt-dvp.s.cz/search.php?rsvelikost=sab&rstext=all-phpRS-all&rstema=14&stromhlmenu=3"
11depends=(
12 'ccrypt'
13 'wxpython'
14)
15
16source=(
17 "http://projekt-dvp.s.cz/storage/1159559979_sb_wxccrypt_v_02.tar"
18)
19
20md5sums=(
21 '3ac37a5eab099f351aaa49a4ff75d701'
22)
23
24build() {
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.138475 seconds and 4 git commands to generate.