font-manager-eklendi

This commit is contained in:
milisbir 2018-11-01 09:44:41 +02:00
parent cf47f72313
commit 6735939688
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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
}