milis/talimatname/genel/rssguard/talimat

24 lines
518 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.

# Description: RSS / RDF ve ATOM da dahil olmak üzere en bilinen besleme formatlarını elde edebilen besleme okuyucu
# URL: https://bitbucket.org/skunkos/rssguard/wiki/Home
# Packager: milisarge
# Depends on: cmake qt5
name=rssguard
version=3.0.1
release=1
source=("https://bitbucket.org/skunkos/rssguard/get/$version.tar.bz2")
build() {
mkdir -p build
cd build
cmake ../skunkos* \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=release \
-DUSE_QT_5=ON
make
make DESTDIR=$PKG/ install
}