milis/talimatname/genel/v/vid-stab/talimat

24 lines
379 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: Video dengeleme kitaplığı
# URL: http://public.hronopik.de/vid.stab
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: cmake git
isim=vid-stab
surum=1.1
devir=1
kaynak=()
derle() {
git clone https://github.com/georgmartius/vid.stab.git
cd vid.stab
mkdir build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
}