mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libselinux: remove unused/unnecessary deps
This commit is contained in:
parent
33d3fc7b0a
commit
5d2bc4f417
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'libselinux'
|
# Template file for 'libselinux'
|
||||||
pkgname=libselinux
|
pkgname=libselinux
|
||||||
version=3.0
|
version=3.0
|
||||||
revision=1
|
revision=2
|
||||||
|
_tag=20191204
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="SHLIBDIR=/usr/lib SBINDIR=/usr/bin"
|
make_install_args="SHLIBDIR=/usr/lib SBINDIR=/usr/bin"
|
||||||
hostmakedepends="pkgconf python ruby xz swig"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libsepol-devel pcre-devel"
|
makedepends="libsepol-devel pcre-devel"
|
||||||
depends="libsepol pcre"
|
|
||||||
short_desc="SELinux library and simple utilities"
|
short_desc="SELinux library and simple utilities"
|
||||||
maintainer="Anjandev Momi <anjan@momi.ca>"
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://www.nsa.gov/what-we-do/research/selinux/"
|
homepage="https://www.nsa.gov/what-we-do/research/selinux/"
|
||||||
distfiles="https://github.com/SELinuxProject/selinux/releases/download/20191204/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/SELinuxProject/selinux/releases/download/${_tag}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2ea2b30f671dae9d6b1391cbe8fb2ce5d36a3ee4fb1cd3c32f0d933c31b82433
|
checksum=2ea2b30f671dae9d6b1391cbe8fb2ce5d36a3ee4fb1cd3c32f0d933c31b82433
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue