milis/talimatname/genel/l/libt3widget/talimat

19 lines
461 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: C ++ terminal iletişim araç kiti.
# URL: http://os.ghalkes.nl/t3/libt3widget.html
# Paketçi: Cihan_Alkan
# Gerekler: libsigc++ libxcb libt3window libt3key
# Grup: kütüphane
isim=libt3widget
surum=0.5.2
devir=1
kaynak=(http://os.ghalkes.nl/dist/$isim-$surum.tar.bz2)
derle() {
cd "${SRC}/${isim}-${surum}"
CXXFLAGS="-O2 -std=c++11" ./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
rm -rf "${PKG}/usr/share/doc/$isim/API"
}