1 # Maintainer: Justin Kueser < [firstname] dot [lastname] at gmail dot com>
8 url="http://www.lprng.com"
9 license=('custom:Artistic')
10 depends=('tk' 'lprng' 'ifhp')
11 backup=('etc/lprngtool.conf')
13 source=(ftp://ftp.lprng.com/pub/LPRng/LPRngTool/LPRngTool-$pkgver.tgz)
14 sha256sums=('b395d9d1e27b9601c2c5a7a51325a174680ee60cc314bd1e75f129807032961a')
19 cd "${srcdir}/LPRngTool-${pkgver}"
21 ./configure --prefix=/usr --sysconfdir=/etc \
22 --mandir=/usr/share/man --libexecdir=/usr/lib/lprngtool \
23 --with-filterdir=/usr/lib/ifhp/filters --with-ifhp_path=/usr/lib/ifhp
31 cd "${srcdir}/LPRngTool-${pkgver}"
33 make DESTDIR="${pkgdir}" install
35 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"