1 # Maintainer: Andrej Gelenberg <andrej.gelenberg@udo.edu>
6 pkgdesc="Barcode printer"
8 url="http://www.kbarcode.net/"
10 depends=('kdelibs3' 'qt3' 'gcc' 'barcode')
11 makedepends=('pkgconfig' 'perlxml' 'unsermake')
12 source=(http://prdownloads.sourceforge.net/kbarcode/$pkgname-$pkgver.tar.gz)
13 md5sums=('a0696812ce5076dfc3ac250f14a20edf')
16 cd $startdir/src/kbarcode-$pkgver
17 ./configure --prefix=/opt/kde --without-arts --with-qt-dir=/opt/qt
19 make DESTDIR=$startdir/pkg install