mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
qingy: disable static; added configuration files.
This commit is contained in:
parent
beb70fefe5
commit
b6fcc1e620
1 changed files with 7 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'qingy'
|
# Template file for 'qingy'
|
||||||
pkgname="qingy"
|
pkgname="qingy"
|
||||||
version="1.0.0"
|
version="1.0.0"
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel openssl-devel"
|
makedepends="ncurses-devel openssl-devel"
|
||||||
configure_args="--disable-DirectFB-support"
|
configure_args="--disable-static --disable-DirectFB-support"
|
||||||
short_desc="Qingy Is Not GettY"
|
short_desc="Qingy Is Not GettY"
|
||||||
maintainer="Jens E. Becker <v2px@v2px.de>"
|
maintainer="Jens E. Becker <v2px@v2px.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -12,6 +12,11 @@ homepage="http://qingy.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=de4b4b398d5ba81ab2544729864676a04ddc6ae818b357ee09a8770293740cd3
|
checksum=de4b4b398d5ba81ab2544729864676a04ddc6ae818b357ee09a8770293740cd3
|
||||||
|
|
||||||
|
conf_files="
|
||||||
|
/etc/pam.d/qingy
|
||||||
|
/etc/qingy/settings
|
||||||
|
/etc/qingy/welcomes"
|
||||||
|
|
||||||
build_options="pam x11"
|
build_options="pam x11"
|
||||||
|
|
||||||
desc_option_pam="turn on PAM support"
|
desc_option_pam="turn on PAM support"
|
||||||
|
|
Loading…
Add table
Reference in a new issue