milis/talimatname/genel/f/fyre/talimat

19 lines
510 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: Histogramik işlevlerle şekiller çizme uygulaması
# URL: http://fyre.navi.cx/
# Paketçi: milisarge
# Gerekler: openexr libglade gnet shared-mime-info hicolor-icon-theme desktop-file-utils
# Grup: tasarım
isim=fyre
surum=1.0.1
devir=1
kaynak=(http://releases.navi.cx/fyre/fyre-$surum.tar.bz2)
derle() {
cd "${SRC}/${isim}-${surum}"
./configure --prefix=/usr
make
make update_xdgmime=/bin/false update_fdodesktop=/bin/false gtk_update_icon_cache=/bin/false \
prefix="${PKG}/usr" install
}