milis/talimatname/genel/p/psi/talimat

24 lines
655 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: Psi qt tabanlı xmpp mesajlaşma aracı
# URL: http://psi-im.org/
# Paketçi: milisarge
# Gerekler: qca-qt5 qt5
# Grup: ağ
isim=psi
surum=1.0
devir=1
kaynak=(https://sourceforge.net/projects/psi/files/Psi/1.0/$isim-$surum.tar.xz)
derle() {
cd psi-$surum
./configure --prefix=/usr \
--libdir=/usr/lib \
--enable-whiteboarding \
--qtselect=5
sed -e 's|/usr/X11R6/include|/usr/include/X11|g' -i Makefile
make
make INSTALL_ROOT=$PKG install
install -D -m 0644 $PKG/usr/share/icons/hicolor/48x48/apps/psi.png $PKG/usr/share/pixmaps/psi.png
rm -rf $(find $PKG -type f -name 'COPYING') $(find $PKG -type f -name 'README')
}