libquvi.paketlendi

This commit is contained in:
milisarge 2017-06-14 01:02:37 +03:00
parent d9b9713d97
commit 45e6fad441
2 changed files with 33 additions and 0 deletions

View File

@ -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)
}

View File

@ -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
}