24 lines
586 B
Plaintext
24 lines
586 B
Plaintext
# 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
|
||
}
|