milis/talimatname/genel/u/uchardet/talimat

21 lines
450 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: Encoding detector library ported from Mozilla
# URL: https://www.freedesktop.org/wiki/Software/uchardet
# Paketçi: milisarge
# Gerekler: cmake
isim=uchardet
surum=0.0.6
devir=1
kaynak=(https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.6.tar.xz
)
derle() {
cd ${isim}-${surum}
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR="${PKG}/" install
}