milis/talimatname/genel/h/hardinfo/talimat

32 lines
650 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: Bir sistem bilgisi ve performans aracı.
# URL: http://sourceforge.net/projects/hardinfo.berlios/
# Paketçi: Cihan_Alkan
# Gerekler: gtk2 libsoup glib
# Grup: sistem
isim=hardinfo
surum=0.6
devir=1
kaynak=(hardinfo-tr.po)
derle() {
if [ ! -d $DERLEME_KAYNAKDIZIN/$isim ];then
git clone https://github.com/lpereira/hardinfo $DERLEME_KAYNAKDIZIN/$isim
else
cd $DERLEME_KAYNAKDIZIN/$isim
git pull
cd -
fi
cp -r $DERLEME_KAYNAKDIZIN/$isim $SRC/
cd $SRC/$isim
cp ../hardinfo-tr.po po/tr.po
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make
make DESTDIR="${PKG}" install
}