1 # Maintainer: Melancholy_Dream <pb41za@gmail.com>
5 pkgdesc="The program that lets you create cross stitch patterns and charts."
7 depends=('kdelibs3' 'imagemagick')
8 url="http://kxstitch.sourceforge.net/"
10 source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
11 md5sums=('7feeafd526a4ea2a563a8f183fbfd12e')
14 cd "$srcdir/${pkgname}-${pkgver}"
16 source /etc/profile.d/qt3.sh
17 ./configure --prefix=/opt/kde --without-arts
19 make DESTDIR="${pkgdir}" install || return 1