milis/talimatname/genel/l/libftdi/talimat

27 lines
895 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: FTDI yongaları ile konuşmak için bir kütüphane, isteğe bağlı python bağları.
# URL: http://www.intra2net.com/en/developer/libftdi/download.php
# Paketçi: milisarge
# Gerekler: libusb confuse boost cmake python swig
# Grup: kütüphane
isim=libftdi
surum=1.3
devir=1
kaynak=(http://www.intra2net.com/en/developer/libftdi/download/${isim}1-$surum.tar.bz2)
derle() {
cd ${isim}1-$surum
sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt
sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" packages/99-libftdi.rules
mkdir -p build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
-DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
make
make DESTDIR="$PKG" install
install -Dm644 "../packages/99-libftdi.rules" "$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules"
# FS#45053
cp -r ../examples/* "$PKG/usr/share/libftdi/examples"
}