[arch-commits] Commit in libquvi-scripts/trunk (PKGBUILD PKGBUILD-0.9)
Jan Steffens
heftig at nymeria.archlinux.org
Mon Sep 23 19:27:51 UTC 2013
Date: Monday, September 23, 2013 @ 21:27:51
Author: heftig
Revision: 194848
0.9
Modified:
libquvi-scripts/trunk/PKGBUILD
Deleted:
libquvi-scripts/trunk/PKGBUILD-0.9
--------------+
PKGBUILD | 9 ++++-----
PKGBUILD-0.9 | 25 -------------------------
2 files changed, 4 insertions(+), 30 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-23 19:27:05 UTC (rev 194847)
+++ PKGBUILD 2013-09-23 19:27:51 UTC (rev 194848)
@@ -2,21 +2,20 @@
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
pkgname=libquvi-scripts
-pkgver=0.4.17
+pkgver=0.9.20130903
pkgrel=1
pkgdesc='Library for parsing video download links.'
arch=('any')
url='http://quvi.sourceforge.net/'
-license=('LGPL')
-depends=('curl' 'lua')
+license=('AGPL3')
options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('8a887905a368bf31e0ace28e49b5c800'
+md5sums=('5cd6fd297ded480bf1eccb2ced8962f0'
'SKIP')
build() {
cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr --with-nsfw --with-nlfy
+ ./configure --prefix=/usr --with-nsfw --with-geoblocked
make
}
Deleted: PKGBUILD-0.9
===================================================================
--- PKGBUILD-0.9 2013-09-23 19:27:05 UTC (rev 194847)
+++ PKGBUILD-0.9 2013-09-23 19:27:51 UTC (rev 194848)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 188868 2013-06-23 17:40:50Z heftig $
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=libquvi-scripts
-pkgver=0.9.20130619
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('any')
-url='http://quvi.sourceforge.net/'
-license=('LGPL')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('7030104f089320fe3c2b74b1fe0d6447'
- 'SKIP')
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr --with-nsfw --with-geoblocked
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
More information about the arch-commits
mailing list