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

19 lines
438 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
isim=xfce4-whiskermenu-plugin
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
make
make DESTDIR=$PKG install
}