milis/talimatname/genel/x/xfdashboard/talimat

24 lines
602 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@gmail.com
# Gerekler: xfce4-dev-tools libwnck3 clutter xfce4-garcon
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
}