updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / text2utf / PKGBUILD
blobef04fb9a2788842cf8f7334e1ebb4575c683abf8
1 # Contributor michalzxc <dla_www@op.pl>
2 pkgname=text2utf
3 pkgdesc="script which converting text files to utf with support for zenity"
4 pkgver=0.143
5 pkgrel=1
6 arch=(i686 x86_64)
7 url="http://tinyurl.com/24h8xs"
8 source=('text2utf.py' 'text2utf-zenity' 'pl_PL.po')
9 license=("GPL")
10 depends=('psiconv' 'hd2u')
12 build() {
13     cd $startdir/src/
14     msgfmt pl_PL.po -o text2utfpl_PL.mo
15     install -D -m644 $startdir/src/text2utfpl_PL.mo $startdir/pkg/usr/share/locale/pl_PL/LC_MESSAGES/text2utf.mo 
16     install -D -m755 $startdir/src/text2utf.py $startdir/pkg/usr/bin/text2utf
17     install -D -m755 $startdir/src/text2utf-zenity $startdir/pkg/usr/bin/text2utf-zenity
21 md5sums=('905ace184cca92d86da24cebf25167b4'
22          '2d08dabd4f1c0ff0b40f85e9fa4b5a26'
23          '43585410737af80a3b59cb869c225bb8')