milis/talimatname/genel/i/ido/talimat

25 lines
506 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: Göstergeler için kullanılan pencere öğeleri ve diğer nesneler
# URL: https://launchpad.net/ido
# Paketçi: yasarciv67@gmail.com
# Gerekler: gtk3
isim=ido
surum=12.10.2
devir=1
kaynak=(https://launchpad.net/$isim/${surum%.*}/$surum/+download/$isim-$surum.tar.gz
)
derle() {
cd $isim-${surum}
export CFLAGS="$CFLAGS -Wno-deprecated-declarations"
./configure \
--prefix='/usr' \
--localstatedir='/var' \
--sysconfdir='/etc'
make -j1
make DESTDIR="${PKG}" install
}