Skip to content
Snippets Groups Projects
Verified Commit b0207510 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 1.11.0-3: Remove static pc file

parent 821fde78
No related branches found
Tags 1.10.0-1
No related merge requests found
pkgbase = libcutl
pkgdesc = A C++ utility library
pkgver = 1.11.0
pkgrel = 2
pkgrel = 3
url = https://www.codesynthesis.com/projects/libcutl/
arch = x86_64
license = MIT
......
......@@ -3,7 +3,7 @@
pkgname=libcutl
pkgver=1.11.0
_xsdver=4.2
pkgrel=2
pkgrel=3
pkgdesc='A C++ utility library'
arch=(x86_64)
url='https://www.codesynthesis.com/projects/libcutl/'
......@@ -27,6 +27,7 @@ build() {
package() {
cd build
bpkg install config.install.root="$pkgdir"/usr libcutl
rm "$pkgdir"/usr/lib/pkgconfig/libcutl.static.pc
install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment