mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:27:15 +08:00
libquvi: delete pkgs
This commit is contained in:
parent
d72c408811
commit
9ff664c4a6
@ -1,24 +0,0 @@
|
|||||||
# Maintainer: Neophytos Kolokotronis <tetris4 AT gmail DOT com>
|
|
||||||
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libquvi-scripts
|
|
||||||
|
|
||||||
pkgname=libquvi-scripts
|
|
||||||
pkgver=0.9.20131104
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc='Library for parsing video download links.'
|
|
||||||
arch=('any')
|
|
||||||
url='http://quvi.sourceforge.net/'
|
|
||||||
license=('AGPL3')
|
|
||||||
depends=('lua')
|
|
||||||
source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz")
|
|
||||||
md5sums=('0ddb9e392b46cee0e7a4af260bc1a1a3')
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd "${pkgname}-${pkgver}"
|
|
||||||
./configure --prefix=/usr --with-nsfw --with-geoblocked
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd "${pkgname}-${pkgver}"
|
|
||||||
make DESTDIR="${pkgdir}" install
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
# 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=2
|
|
||||||
pkgdesc='Library for parsing video download links.'
|
|
||||||
arch=('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