milis/talimatname/genel/syndication/talimat

22 lines
527 B
Plaintext
Raw Normal View History

2016-07-25 01:42:35 +02:00
# Description : S/Atom parser library
# URL : https://projects.kde.org/syndication
# Packager : alihan-ozturk28@hotmail.com
# Depends on : kf5-extra-cmake-modules python kf5-kio
name=syndication
2016-10-11 22:13:55 +02:00
version=16.08.2
2016-07-25 01:42:35 +02:00
release=1
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
build() {
cd $name-$version
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
make DESTDIR=$PKG install
}