milis/talimatname/genel/l/liblinear/talimat

20 lines
526 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: Büyük ölçekli uygulamalar için doğrusal sınıflayıcı öğrenmek için kütüphane.
# URL: http://www.csie.ntu.edu.tw/~cjlin/liblinear/
# Paketçi:milisarge
# Gerekler:
# Grup: kütüphane
isim=liblinear
surum=2.1
devir=1
kaynak=(http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
make lib
mkdir -p $PKG/usr/{lib,include}
install -vm644 linear.h $PKG/usr/include
install -vm755 liblinear.so.3 $PKG/usr/lib
ln -sfv liblinear.so.3 $PKG/usr/lib/liblinear.so
}