milis/talimatname/genel/x/xfce4-whiskermenu-plugin/talimat

24 lines
621 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.

# Tanım: Xfce4 için alternatif menü
# URL: http://gottcode.org/xfce4-whiskermenu-plugin/
# Paketçi: milisarge
# Gerekler: cmake xfce4-panel exo
# Grup: xfce4
isim=xfce4-whiskermenu-plugin
source /root/talimatname/genel/x/xfce4/surumler
surum="${xfce4_whiskermenu_plugin_surum}";[ -z ${xfce4_whiskermenu_plugin_surum} ] && \
surum=2.1.3
devir=1
kaynak=(https://github.com/gottcode/xfce4-whiskermenu-plugin/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
make
make DESTDIR=$PKG install
}