2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Hafif panel/görev çubuğu
|
2016-03-02 01:40:27 +01:00
|
|
|
|
# URL: http://tint2.googlecode.com
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: tint2 python-gtk
|
2016-03-02 01:40:27 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=tint2-extras
|
|
|
|
|
surum=0.11
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://tint2.googlecode.com/files/tint2-$surum.tar.bz2)
|
2016-03-02 01:40:27 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd tint2-$surum
|
2016-03-02 01:40:27 +01:00
|
|
|
|
|
|
|
|
|
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}
|
|
|
|
|
}
|