milis/talimatname/genel/vid-stab/talimat

24 lines
390 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: Video dengeleme kitaplığı
# URL: http://public.hronopik.de/vid.stab
# Packager: alihan-ozturk28@hotmail.com
# Depends on: cmake git
name=vid-stab
version=1.1
release=1
source=()
build() {
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
}