milis/talimatname/genel/frei0r-plugins/talimat

17 lines
393 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 kaynakları ve filtreler için minimalist bir eklenti API'si
# URL: http://www.piksel.org/frei0r
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gavl opencv doxygen
name=frei0r-plugins
version=1.4
release=1
source=(https://files.dyne.org/frei0r/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}