diff --git a/pkg.info b/pkg.info index 175168e..dc46ccf 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,11 @@ name: pcsclite description: Middleware to access a smart card using SCard API version: 2.4.1 -revision: 1 +revision: 2 url: https://pcsclite.apdu.fr/ license: BSD-2-Clause,GPL3-or-later +maintainers: + - enumdev@enumerated.dev architecture: any type: source depends: diff --git a/source.sh b/source.sh index d85071a..8687cef 100644 --- a/source.sh +++ b/source.sh @@ -14,6 +14,12 @@ build() { package() { meson install -C build --destdir="$BPM_OUTPUT" + # Remove misplaced sysusers directory + rm -r "$BPM_OUTPUT"/usr/sysusers.d + + # Remove systemd files + rm -r "$BPM_OUTPUT"/usr/lib/systemd + # Install package license install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/pcsclite/COPYING }