milis/talimatname/genel/x/xfdashboard/talimat

25 lines
607 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: Belki Xfce için bir kontrol paneli gibi bir Gnome kabuğu
# URL: http://goodies.xfce.org/projects/applications/xfdashboard/start
# Paketçi: yasarciv67
# Gerekler: xfce4-dev-tools libwnck3 clutter xfce4-garcon
# Grup: sistem
isim=xfdashboard
surum=0.7.3
devir=1
kaynak=(https://github.com/gmc-holle/xfdashboard/archive/0.7.3.tar.gz
)
derle() {
cd $isim-$surum
./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-dependency-tracking
# -Wl,--as-needed should come before all libraries
sed -i -e '/\$CC/s/-shared/\0 -Wl,--as-needed/' libtool
make
make DESTDIR=${PKG} install
}