From 191abc14a450323c2d25615dd9d64c19db2a74bb Mon Sep 17 00:00:00 2001 From: giresun28 Date: Sat, 8 Oct 2016 03:12:05 +0000 Subject: [PATCH] libkcddb.paketlendi --- talimatname/genel/libkcddb/talimat | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 talimatname/genel/libkcddb/talimat diff --git a/talimatname/genel/libkcddb/talimat b/talimatname/genel/libkcddb/talimat new file mode 100644 index 000000000..c94265f70 --- /dev/null +++ b/talimatname/genel/libkcddb/talimat @@ -0,0 +1,21 @@ +# Description="Used to retrieve audio CD meta data from the interne" +# Url="http://sourceforge.net/projects/libkcddb/" +# Packager=alihan-ozturk28@hotmail.com +# Depends on: git qt5 kf5-extra-cmake-modules kf5-kconfig kf5-kdoctools kf5-kcodecs kf5-ki18n kf5-kio kf5-kwidgetsaddons kf5-kxmlgui + +name=libkcddb +version=26160902 +release=1 + +build() { + git clone git://anongit.kde.org/libkcddb.git + mkdir build + cd build + cmake ../$name \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make + make DESTDIR=$PKG install +}