Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [ISSUE] [CLOSED] zopfli-1.0.3_1 doesn't include shared libraries
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23986@inbox.vuxu.org>
@ 2021-01-21 17:52 ` ericonr
  0 siblings, 0 replies; only message in thread
From: ericonr @ 2021-01-21 17:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1128 bytes --]

Closed issue by mrnoname1000 on void-packages repository

https://github.com/void-linux/void-packages/issues/23986

Description:
Zopfli builds shared and static libraries, but the build script doesn't install them. FYI, Zopfli's included makefile doesn't link the binaries with the shared libraries, but its cmake script does (if building the libraries, with -DZOPFLI_BUILD_SHARED=ON).
The below build script builds and installs everything, but I wasn't able to figure out the best way to package the necessary files separately in a -devel package.
```bash
# Template file for 'zopfli'
pkgname=zopfli
version=1.0.3
revision=2
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=cmake
configure_args=-DZOPFLI_BUILD_SHARED=ON
short_desc="Very good, but slow, deflate or zlib compression"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/google/zopfli"
distfiles="https://github.com/google/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=e955a7739f71af37ef3349c4fa141c648e8775bceb2195be07e86f8e638814bd

post_install() {
	vlicense COPYING LICENSE
}
```

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-21 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23986@inbox.vuxu.org>
2021-01-21 17:52 ` [ISSUE] [CLOSED] zopfli-1.0.3_1 doesn't include shared libraries ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).