[arch-commits] Commit in libshout/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Wed Sep 10 17:01:03 UTC 2008
Date: Wednesday, September 10, 2008 @ 13:01:03
Author: ronald
Revision: 12117
fix license
Modified:
libshout/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-09-10 16:59:01 UTC (rev 12116)
+++ PKGBUILD 2008-09-10 17:01:03 UTC (rev 12117)
@@ -5,12 +5,12 @@
pkgname=libshout
pkgver=2.2.2
pkgrel=2
-force=y
pkgdesc="Library for accessing a shoutcast/icecast server"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
depends=('libvorbis' 'libtheora' 'speex')
url="http://www.icecast.org/"
-options=('NOLIBTOOL')
+options=('!libtool' 'force')
+license=('LGPL2')
source=(http://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('4f75fc9901c724b712c371c9a1e782d3')
More information about the arch-commits
mailing list