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

24 lines
379 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
}