32 lines
1 KiB
Bash
32 lines
1 KiB
Bash
# Template file for 'qingy'
|
|
pkgname=qingy
|
|
version=1.0.0
|
|
revision=24
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel libressl-devel
|
|
$(vopt_if pam pam-devel) $(vopt_if x11 'libXScrnSaver-devel libX11-devel xorgproto')"
|
|
configure_args="--disable-optimizations --disable-static --disable-DirectFB-support
|
|
$(vopt_enable pam) $(vopt_enable x11 x-support)"
|
|
short_desc="Qingy Is Not Getty"
|
|
maintainer="Jens E. Becker <v2px@v2px.de>"
|
|
license="GPL-2"
|
|
homepage="http://qingy.sourceforge.net"
|
|
#distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
distfiles="https://sources.voidlinux.eu/qingy-1.0.0/qingy-1.0.0.tar.bz2"
|
|
checksum=de4b4b398d5ba81ab2544729864676a04ddc6ae818b357ee09a8770293740cd3
|
|
|
|
make_dirs="/var/lib/misc 0755 root root"
|
|
|
|
conf_files="
|
|
/etc/pam.d/qingy
|
|
/etc/qingy/settings
|
|
/etc/qingy/welcomes"
|
|
|
|
build_options="pam x11"
|
|
build_options_default="pam x11"
|
|
|
|
post_install() {
|
|
sed -i '/pam_console/d' ${DESTDIR}/etc/pam.d/qingy
|
|
sed -i 's#usr/X11R6/bin#usr/bin#' ${DESTDIR}/etc/qingy/settings
|
|
}
|