milis/talimatname/genel/lightdm-gtk-greeter/talimat

27 lines
662 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.

# Description: Lightdm için GTK karşılayıcı
# URL: https://launchpad.net/lightdm-gtk-greeter
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 lightdm exo gobject-introspection intltool
name=lightdm-gtk-greeter
version=2.0.2
release=1
source=(https://launchpad.net/$name/${version%.?}/$version/+download/$name-$version.tar.gz)
build () {
cd $name-$version
./configure \
--prefix='/usr' \
--libexecdir='/usr/lib/lightdm' \
--sbindir='/usr/bin' \
--sysconfdir='/etc' \
--with-libxklavier \
--enable-kill-on-sigterm \
--disable-libido \
--disable-libindicator \
--disable-static
make
make DESTDIR=$PKG install
}