milis/talimatname/temel/acl/talimat

34 lines
767 B
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: POSIX Erişim Kontrol Listelerini Yönetme Komutları
# URL: http://savannah.nongnu.org/projects/acl
# Paketçi: milisarge@gmail.com
# Gerekler:
# Grup: temel
isim=acl
surum=2.2.52
devir=1
kaynak=( http://download.savannah.gnu.org/releases/$isim/$isim-$surum.src.tar.gz)
derle() {
cd acl-*
sed -i -e 's|/@pkg_name@|&-@pkg_version@|' \
include/builddefs.in
sed -i -e "/TABS-1;/a if (x > (TABS-1)) x = (TABS-1);" \
libacl/__acl_to_any_text.c
INSTALL_USER=root \
INSTALL_GROUP=root \
./configure --prefix=/usr --libexecdir=/usr/lib \
--bindir=/bin
make
make DIST_ROOT=$PKG install install-lib install-dev
chmod -v 755 $PKG/usr/lib/libacl.so
mkdir $PKG/lib
mv -v $PKG/usr/lib/libacl.so.* $PKG/lib
ln -sfv ../../lib/libacl.so.1 \
$PKG/usr/lib/libacl.so
}