mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 10:17:15 +08:00
libquvi: added as a dependency of mpv
This commit is contained in:
parent
33e34237f6
commit
e841c1772b
26
libquvi/PKGBUILD
Normal file
26
libquvi/PKGBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# Maintainer: Neophytos Kolokotronis <tetris4 AT gmail DOT com>
|
||||
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libquvi
|
||||
|
||||
pkgname=libquvi
|
||||
pkgver=0.9.4
|
||||
pkgrel=1
|
||||
pkgdesc='Library for parsing video download links.'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://quvi.sourceforge.net/'
|
||||
license=('AGPL3')
|
||||
depends=('libquvi-scripts' 'curl' 'lua' 'libproxy' 'libgcrypt' 'glib2')
|
||||
conflicts=('quvi<0.9.0')
|
||||
source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz")
|
||||
md5sums=('8e3f2134a6b3376934bd884b07dcdac5')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user