18 lines
506 B
Plaintext
18 lines
506 B
Plaintext
# Description: Bir grafik dizin ağacı çözümleyicisi
|
||
# URL: http://www.gnome.org
|
||
# Packager: yasarciv67@gmail.com
|
||
# Depends on: adwaita-icon-theme gtk3 itstool vala desktop-file-utils gsettings-desktop-schemas librsvg gobject-introspection desktop-file-utils gtk-update-icon-cache
|
||
|
||
name=baobab
|
||
version=3.22.1
|
||
release=1
|
||
|
||
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||
|
||
build() {
|
||
cd $name-$version
|
||
./configure --prefix=/usr
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|