2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: SELinux ikili politika manipülasyon kütüphanesi
|
2017-07-25 22:21:02 +02:00
|
|
|
|
# URL: http://userspace.selinuxproject.org
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler:
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
|
|
|
|
name=libsepol
|
|
|
|
|
version=2.4
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${name}-${version}.tar.gz)
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-07-25 22:21:02 +02:00
|
|
|
|
cd ${name}-${version}
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=${PKG} LIBDIR=${PKG}/usr/lib SHLIBDIR=${PKG}/usr/lib install
|
|
|
|
|
}
|