milis/talimatname/genel/b/baobab/talimat

18 lines
499 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Bir grafik dizin ağacı çözümleyicisi
2017-07-25 22:21:02 +02:00
# URL: http://www.gnome.org
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: adwaita-icon-theme gtk3 itstool vala desktop-file-utils gsettings-desktop-schemas librsvg gobject-introspection desktop-file-utils gtk-update-icon-cache
2017-07-25 22:21:02 +02:00
name=baobab
version=3.22.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2017-07-25 22:21:02 +02:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}