[arch-commits] CVS update of extra/multimedia/streamtuner (PKGBUILD)

Travis Willard travis at archlinux.org
Sun May 20 20:10:27 UTC 2007


    Date: Sunday, May 20, 2007 @ 16:10:27
  Author: travis
    Path: /home/cvs-extra/extra/multimedia/streamtuner

Modified: PKGBUILD (1.23 -> 1.24)

upgpkg: streamtuner 0.99.99-6
Add license file and PKGBUILD cleanup


----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)


Index: extra/multimedia/streamtuner/PKGBUILD
diff -u extra/multimedia/streamtuner/PKGBUILD:1.23 extra/multimedia/streamtuner/PKGBUILD:1.24
--- extra/multimedia/streamtuner/PKGBUILD:1.23	Thu Apr 19 18:43:48 2007
+++ extra/multimedia/streamtuner/PKGBUILD	Sun May 20 16:10:27 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.23 2007/04/19 22:43:48 daniel Exp $
+# $Id: PKGBUILD,v 1.24 2007/05/20 20:10:27 travis Exp $
 # Contributor: Greg Grabinski <greg at grabinski.ch>
 # Maintainer: dorphell <dorphell at archlinux.org>
 
@@ -6,18 +6,18 @@
 pkgver=0.99.99
 pkgrel=6
 pkgdesc="A stream directory browser"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/streamtuner/"
+license=('custom')
 depends=('taglib' 'libxml2' 'gtk2' 'curl' 'pygtk>=2.10.4')
+conflicts=('streamtuner-live365')
+replaces=('streamtuner-live365')
 source=(http://savannah.nongnu.org/download/streamtuner/$pkgname-$pkgver.tar.gz \
         http://savannah.nongnu.org/download/streamtuner/streamtuner-0.99.99-live365.diff \
         http://savannah.nongnu.org/download/streamtuner/streamtuner-0.99.99-pygtk-2.6.diff)
-url="http://www.nongnu.org/streamtuner/"
 md5sums=('2027b7c34e85b594524b0b4351c14362' '8aa1994a849b05d2b8fffbda702b8a25'\
          '7aff45a41c60358cb2332c7ce644f661')
-
-conflicts=('streamtuner-live365')
-replaces=('streamtuner-live365')
-option=('NOLIBTOOL')
+options=('!libtool')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -27,4 +27,8 @@
   make || return 1
   make prefix=$startdir/pkg/usr install
   rm -r $startdir/pkg/usr/var
+
+  #Add license file
+  install -Dm0644 $startdir/src/$pkgname-$pkgver/COPYING \
+                  $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }




More information about the arch-commits mailing list