Removed --sysconfdir option in a lot of build files in base Added preservestaticlibs option in base/argp-standalone Fixed CFLAGS variable in base/{file,grep} Fixed build options in base/gstreamer Fixed LDFLAGS variable in base/less Removed CFLAGS variable in base/libarchive Multiple build option fixes in base/nasm
46 lines
1.4 KiB
Text
Executable file
46 lines
1.4 KiB
Text
Executable file
app=polkit
|
|
version=0.120
|
|
build=1sml
|
|
homepage="http://www.freedesktop.org/wiki/Software/polkit"
|
|
download="https://gitlab.freedesktop.org/polkit/polkit/-/archive/$version/polkit-$version.tar.bz2"
|
|
desc="Authentication framework to allow communication between unprivileged and privileged processes"
|
|
requires="glib netbsd-curses expat libffi zlib dbus"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
applypatch $srcdir/make-innetgr-optional.patch
|
|
applypatch $srcdir/polkit-0.120-security_fix-1.patch
|
|
|
|
./configure \
|
|
--prefix="/" \
|
|
--disable-man-pages \
|
|
--disable-static \
|
|
--disable-examples \
|
|
--enable-libsystemd-login=no \
|
|
--enable-libelogind=no \
|
|
--with-authfw=shadow \
|
|
--enable-verbose-mode \
|
|
--with-os-type=Slackware \
|
|
--disable-introspection
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
mkdir -p $pkg/var/lib/polkit
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
11368ba4ceb12b431e869b8861afb4457c0aa94fbe2f6c839d6e8e1037b322f2cc5483cfa18bcb516dabab3fffe467189e561fb57d262d3d1ddc4a70be34c8d3 polkit-0.120.tar.lz
|
|
0c47751e928a91ce3a477a330ef38b8f6f003b515c94e7fb9842e6f2043be43d749ab7390cc1dbcf1fa6128b62cf0eab353d4f8855d68e595bc53777512f4562 make-innetgr-optional.patch
|
|
2606d4ff8ae00be2416da965f6c00c9b2c30ff928b765d9a744f9470805329192949bbca43b42741709e6fb3672c8d6f0bf8b4c97603b4f022d16ca243ab99a2 polkit-0.120-security_fix-1.patch
|
|
"
|