Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions srcpkgs/libselinux/patches/fts.patch

This file was deleted.

30 changes: 0 additions & 30 deletions srcpkgs/libselinux/patches/musl.patch

This file was deleted.

11 changes: 5 additions & 6 deletions srcpkgs/libselinux/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Template file for 'libselinux'
pkgname=libselinux
version=3.0
revision=2
_tag=20191204
version=3.11
revision=1
build_style=gnu-makefile
make_install_args="SHLIBDIR=/usr/lib SBINDIR=/usr/bin"
hostmakedepends="pkg-config"
makedepends="libsepol-devel pcre-devel"
makedepends="libsepol-devel pcre2-devel"
short_desc="SELinux library and simple utilities"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://www.nsa.gov/what-we-do/research/selinux/"
distfiles="https://github.com/SELinuxProject/selinux/releases/download/${_tag}/${pkgname}-${version}.tar.gz"
checksum=2ea2b30f671dae9d6b1391cbe8fb2ce5d36a3ee4fb1cd3c32f0d933c31b82433
distfiles="https://github.com/SELinuxProject/selinux/releases/download/${version}/libselinux-${version}.tar.gz"
checksum=73d419c6e20e874adaa4019372cbd097eecf4d276e13f27ec5e67d35c0bd203c

if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-fts-devel"
Expand Down