updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / kpad / PKGBUILD
blob53e0f1bf27caaefb9435352afc54f80951db01e2
1 # Contributor: shamrok <szamrok@gmail.com>
3 pkgname=kpad
4 pkgver=1.0.1
5 pkgrel=2
6 pkgdesc="This is a simple tabbed text editor for KDE that can do ftp, mail, spellcheck, find, and replace, go to line."
7 url="http://kde-apps.org/content/show.php?content=16492"
8 depends=('kdelibs')
9 source=("http://patriot.net/~gary/$pkgname-$pkgver.tar.bz2")
10 md5sums=('c38bb0064e1a5846c2a0051ff6accc0a')
11 arch=(i686)
12 license="GPL"
14 build() {
15   cd $startdir/src/$pkgname-$pkgver
16   ./configure
17   make || return 1
18   make DESTDIR=$startdir/pkg install