updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / konwert / PKGBUILD
blobe58180f76e45f4c2a2329d30b4861b3138ae651c
1 # Contributor: Orivej Desh <smpuj@bk.ru>
2 pkgname=konwert
3 pkgver=1.8.11.2
4 pkgrel=1
5 pkgdesc="Converts text between multifarious charsets"
6 arch=("i686" "x86_64")
7 url="https://launchpad.net/ubuntu/+source/konwert"
8 license=("GPL")
9 depends=("bash" "perl")
10 makedepends=()
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')
15 build() {
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
20   cd $pkgdir/usr
21   install -d share
22   mv doc man share