milis/talimatname/genel/t/tint2-extras/talimat

29 lines
613 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: Hafif panel/görev çubuğu
# URL: http://tint2.googlecode.com
# Paketçi: milisarge
# Gerekler: tint2 python-gtk
isim=tint2-extras
surum=0.11
devir=1
kaynak=(http://tint2.googlecode.com/files/tint2-$surum.tar.bz2)
derle() {
cd tint2-$surum
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_BATTERY=OFF \
-DENABLE_EXAMPLES=ON \
-DENABLE_TINT2CONF=ON \
-DMANDIR=/usr/man \
-DSYSCONFDIR=/usr/etc
make
make DESTDIR=$PKG install
install -d $PKG/usr/share/tint2
mv $PKG/usr/share/doc/tint2/examples $PKG/usr/share/tint2
rm -rf $PKG/usr/{bin/tint2,etc,man,share/doc}
}