peek
This commit is contained in:
parent
b1bc6808f7
commit
d74d61e3c4
1 changed files with 25 additions and 0 deletions
25
talimatname/genel/p/peek/talimat
Normal file
25
talimatname/genel/p/peek/talimat
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Tanım: Kullanımı kolay bir arayüze sahip basit ekran kaydedici
|
||||||
|
# URL: https://github.com/phw/peek
|
||||||
|
# Paketçi: Cihan_Alkan
|
||||||
|
# Gerekler: cmake vala gettext gtk3 libkeybinder3 ffmpeg
|
||||||
|
# Grup: medya
|
||||||
|
|
||||||
|
|
||||||
|
isim=peek
|
||||||
|
surum=1.2.1
|
||||||
|
devir=1
|
||||||
|
kaynak=(https://github.com/phw/${isim}/archive/${surum}.tar.gz::$isim-$surum.tar.gz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
|
||||||
|
mkdir -p build
|
||||||
|
cd "build"
|
||||||
|
cmake "${SRC}/$isim-$surum" \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DBUILD_TESTS=ON \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DGSETTINGS_COMPILE=OFF \
|
||||||
|
-DENABLE_FILECHOOSERNATIVE=ON
|
||||||
|
make
|
||||||
|
make DESTDIR=${PKG} install
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue