font-manager-eklendi
This commit is contained in:
parent
cf47f72313
commit
6735939688
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue