milis/talimatname/genel/c/colord/talimat

26 lines
677 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: Renkli aygıtları yönetmek için sistem arka plan programı
# URL: http://www.freedesktop.org/software/colord/
# Paketçi: milisarge yasarciv67@gmail.com
# Gerekler: libgudev sqlite polkit lcms2 gobject-introspection libusb dbus vala libgusb
isim=colord
surum=1.3.5
devir=1
kaynak=(http://www.freedesktop.org/software/$isim/releases/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-daemon-user=colord \
--enable-vala \
--enable-systemd-login=no \
--disable-argyllcms-sensor \
--disable-static \
--with-systemdsystemunitdir=no \
--disable-bash-completion
make
make DESTDIR=$PKG install
}