1 # Maintainer: Andreas Radke <andyrtr@archlinux.org>
6 pkgdesc="Frontend and Backend Libraries for the common printing dialog"
8 url="https://github.com/OpenPrinting/cpdb-libs"
11 makedepends=('python')
12 source=($url/releases/download/$pkgver/cpdb-libs-$pkgver.tar.gz)
13 sha256sums=('cae9f9c0c153ed4ef9b69409233eca078a2579fcf595ef77bd776b1dc9d19c8d')
18 ./configure --prefix=/usr
19 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
30 make DESTDIR="$pkgdir/" install
31 install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE