milis/talimatname/genel/l/libechonest/talimat

27 lines
575 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: Echo Nest ile arabirim oluşturmak için C++ kütüphanesi (qt5 sürümünü oluşturur)
# URL: https://projects.kde.org/projects/playground/libs/libechonest
# Paketçi: milisarge
# Gerekler: qt5
# Grup: kütüphane
isim=libechonest
surum=2.3.1
devir=1
kaynak=(https://github.com/lfranchi/libechonest/archive/$surum.tar.gz)
derle() {
mkdir build
cd build
cmake ../$isim-$surum \
-DCMAKE_BUILD_TYPE=Release \
-DECHONEST_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_WITH_QT4=off
make
make DESTDIR=$PKG install
}