2 # Contributor : Peter Feigl <peter.feigl@gmail.com>
7 pkgdesc='An implementation of Quikwriting'
9 url="http://www.nongnu.org/qwo/"
11 depends=('imlib2' 'libconfig' 'libx11')
12 source=(http://mirror.lihnidos.org/GNU/savannah/${pkgname}/${pkgname}-${pkgver}.tar.gz)
15 cd ${srcdir}/${pkgname}-${pkgver}
17 ./configure --prefix=/usr
18 make DESTDIR=${pkgdir} install
21 md5sums=('9e1f7394be0a2eb2891e915f594d5f95')