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

24 lines
586 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 panel için not eklentisi
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
# Paketçi: milisarge
# Gerekler: intltool xfce4-panel libunique1 hicolor-icon-theme
# Grup: ofis
isim=xfce4-notes-plugin
surum=1.8.1
devir=1
kaynak=(http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/${surum%.*}/xfce4-notes-plugin-$surum.tar.bz2)
derle() {
cd "$SRC/$isim-$surum"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR="$PKG" install
}