milis/talimatname/genel/l/libkcddb/talimat

23 lines
679 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: Libkcddb paketi internetten ses CD'si meta verilerini almak için kullanılan bir kitaplık içerir.
# URL: http://sourceforge.net/projects/libkcddb
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: git qt5 kf5-extra-cmake-modules kf5-kconfig kf5-kdoctools kf5-kcodecs kf5-ki18n kf5-kio kf5-kwidgetsaddons kf5-kxmlgui
# Grup: kütüphane
isim=libkcddb
surum=26160902
devir=1
derle() {
git clone git://anongit.kde.org/libkcddb.git
mkdir build
cd build
cmake ../$isim \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
make DESTDIR=$PKG install
}