milis/talimatname/genel/l/libselinux/talimat

28 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: SELinux kitaplığı ve basit araçları
# URL: http://userspace.selinuxproject.org"
# Paketçi: yasarciv67
# Gerekler: python3 python libsepol pcre
# Grup: kütüphane sistem
isim=libselinux
surum=2.4
devir=1
kaynak=(https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${isim}-${surum}.tar.gz
libselinux.tmpfiles.d)
derle() {
cd ${isim}-${surum}
sed -i 's|pkg-config --cflags ruby|pkg-config --cflags ruby-$(RUBYLIBVER)|' src/Makefile
sed -i 's|site_ruby|vendor_ruby|' src/Makefile
#make swigify
make all
#make PYTHON=python2 pywrap
#make PYTHON=python3 pywrap
#make rubywrap
make DESTDIR=${PKG} USRBINDIR=${PKG}/usr/bin LIBDIR=${PKG}/usr/lib SHLIBDIR=${PKG}/usr/lib install
#make DESTDIR=${PKG} USRBINDIR=${PKG}/usr/bin LIBDIR=${PKG}/usr/lib SHLIBDIR=${PKG}/usr/lib PYTHON=python2 install-pywrap
#make DESTDIR=${PKG} USRBINDIR=${PKG}/usr/bin LIBDIR=${PKG}/usr/lib SHLIBDIR=${PKG}/usr/lib PYTHON=python3 install-pywrap
#make DESTDIR=${PKG} USRBINDIR=${PKG}/usr/bin LIBDIR=${PKG}/usr/lib SHLIBDIR=${PKG}/usr/lib install-rubywrap
install -Dm 0644 ${SRC}/libselinux.tmpfiles.d ${PKG}/usr/lib/tmpfiles.d/libselinux.conf
}