milis/talimatname/genel/l/liblinear/talimat

19 lines
514 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:
name=liblinear
version=2.1
release=1
source=(http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/$name-$version.tar.gz)
derle() {
cd $name-$version
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
}