diff --git a/talimatname/genel/libquvi-scripts/talimat b/talimatname/genel/libquvi-scripts/talimat new file mode 100644 index 000000000..11497ddbb --- /dev/null +++ b/talimatname/genel/libquvi-scripts/talimat @@ -0,0 +1,17 @@ +# Description: video linklerini ayrıştıran betikler +# URL: http://quvi.sourceforge.net/ +# Packager: milisarge +# Depends on: lua + +name=libquvi-scripts +version=0.4.21 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/quvi/$name-$version.tar.xz) + +build () { + cd "$name-$version" + ./configure --prefix=/usr --mandir=/usr/man --with-nsfw --with-nlfy + make + make DESTDIR=$PKG install + rm -rf $(find $PKG/usr/share -name README) +} diff --git a/talimatname/genel/libquvi/talimat b/talimatname/genel/libquvi/talimat new file mode 100644 index 000000000..71c02f2ea --- /dev/null +++ b/talimatname/genel/libquvi/talimat @@ -0,0 +1,16 @@ +# Description: video linklerini ayrıştıran kütüphane +# URL: http://quvi.sourceforge.net/ +# Packager: milisarge +# Depends on: libquvi-scripts lua51 + +name=libquvi +version=0.4.1 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/quvi/$name-$version.tar.xz) + +build () { + cd "$name-$version" + ./configure --prefix=/usr --mandir=/usr/man + make + make DESTDIR=$PKG install +}