1 # Contributor: Orivej Desh <smpuj@bk.ru>
5 pkgdesc="Converts text between multifarious charsets"
7 url="https://launchpad.net/ubuntu/+source/konwert"
9 depends=("bash" "perl")
11 source=("https://launchpad.net/ubuntu/jaunty/+source/konwert/1.8-11.2/+files/konwert_1.8.orig.tar.gz"
12 "https://launchpad.net/ubuntu/jaunty/+source/konwert/1.8-11.2/+files/konwert_1.8-11.2.diff.gz")
13 md5sums=('838e73ec911ebf25816135cbfd0f7a04' '62067a2db81acf6d6b2f78a30ee015f0')
16 cd $srcdir/$pkgname-1.8
17 patch -Np1 -i ../konwert_1.8-11.2.diff || return 1
18 make prefix=/usr || return 1
19 make prefix=$pkgdir/usr install || return 1