milis/talimatname/genel/f/font-manager/talimat

18 lines
501 B
Plaintext
Raw Permalink 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: GTK tabanlı font yönetim uygulaması
# URL: http://fontmanager.github.io/
# Paketçi: milisarge
# Gerekler: intltool yelp-tools gobject-introspection vala libgee libxml2 sqlite gucharmap file-roller
# Grup: sistem
isim=font-manager
surum=0.7.3.1
devir=1
kaynak=(https://github.com/FontManager/master/releases/download/0.7.3.1/font-manager-${surum%.1}.tar.bz2)
derle() {
cd ${SRC}/${isim}-0.7.3
./configure --prefix=/usr --with-file-roller
make -j1
make DESTDIR=${PKG} install
}