milis/talimatname/genel/c/colord-gtk/talimat

20 lines
426 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: Libcolord için GTK entegrasyonu
# URL: http://www.freedesktop.org/software/colord/
# Paketçi: milisarge
# Gerekler: colord gtk3 gobject-introspection vala
# Grup: sistem
isim=colord-gtk
surum=0.1.26
devir=1
kaynak=(http://www.freedesktop.org/software/${name%-*}/releases/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--enable-vala \
--disable-static
make
make DESTDIR=$PKG install
}