milis/talimatname/genel/midori/talimat

23 lines
652 B
Plaintext
Raw 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.

# Description: WebKitGTK+ kullanan hafif tarayıcı
# URL: http://www.twotoasts.de
# Packager: milisarge
# Depends on: cmake gcr gtk3 webkitgtk2 webkitgtk3 vala libnotify librsvg libunique1 desktop-file-utils libzeitgeist hicolor-icon-theme gstreamer1-plugins-libav gstreamer1-plugins-base gstreamer1-plugins-good
name=midori
version=0.5.11
release=1
source=(http://www.midori-browser.org/downloads/${name}_${version}_all_.tar.bz2)
build () {
cd $name-$version
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/$name-$version \
-DUSE_GTK3=1 \
-DUSE_ZEITGEIST=OFF \
..
make
make DESTDIR=$PKG install
}