updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / kxstitch / PKGBUILD
blob03a889506453e41eea9f1cf73ce297a76855a04e
1 # Maintainer: Melancholy_Dream <pb41za@gmail.com>
2 pkgname=kxstitch
3 pkgver=0.8.4.1
4 pkgrel=1
5 pkgdesc="The program that lets you create cross stitch patterns and charts."
6 arch=('i686')
7 depends=('kdelibs3' 'imagemagick')
8 url="http://kxstitch.sourceforge.net/"
9 license=('GPL')
10 source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
11 md5sums=('7feeafd526a4ea2a563a8f183fbfd12e')
13 build() {
14     cd "$srcdir/${pkgname}-${pkgver}"
15     
16     source /etc/profile.d/qt3.sh
17     ./configure --prefix=/opt/kde --without-arts
18     make || return 1
19     make DESTDIR="${pkgdir}" install || return 1