Mevcut talimat local altına kuruluyor

This commit is contained in:
MEBis 2018-02-13 18:17:16 +03:00 committed by GitHub
parent 14aa2714fb
commit 7f6a8fb6b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,14 +5,14 @@
# Grup: kütüphane
isim=chromaprint
surum=1.4.2
surum=1.4.3
devir=1
kaynak=(https://github.com/acoustid/$isim/releases/download/v$surum/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
cd $isim-v$surum
cmake \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON .
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON .
make
make DESTDIR=$PKG install
}