description="SELinux binary policy manipulation library"
url="http://userspace.selinuxproject.org"
packager="BlogofraisFR <blogofrais@nutyx.org>"

makedepends=(flex)
name=libsepol
version=3.4

source=(https://github.com/SELinuxProject/selinux/releases/download/$version/$name-$version.tar.gz)
build() {
  cd ${name}-${version}
  make
  make DESTDIR=${PKG} LIBDIR=/usr/lib SHLIBDIR=/usr/lib install
}
