[arch-commits] Commit in id3v2/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Allan McRae allan at archlinux.org
Sat Mar 21 01:35:11 UTC 2009


    Date: Friday, March 20, 2009 @ 21:35:11
  Author: allan
Revision: 30608

fix svn conflict

Modified:
  id3v2/repos/extra-x86_64/	(properties)
  id3v2/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)


Property changes on: id3v2/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /id3v2/trunk:1
   + /id3v2/trunk:1-30605

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-21 01:32:37 UTC (rev 30607)
+++ extra-x86_64/PKGBUILD	2009-03-21 01:35:11 UTC (rev 30608)
@@ -1,21 +1,23 @@
 # $Id$
 # Contributor: Jochem Kossen <j.kossen at home.nl>
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Hugo Doria <hugo at archlinux.org>
 
 pkgname=id3v2
 pkgver=0.1.11
-pkgrel=1
+pkgrel=2
+arch=('i686' 'x86_64')
 pkgdesc="Utility to edit id3v2 tags"
-arch=(i686 x86_64)
-depends=('gcc' 'glibc' 'id3lib' 'zlib')
-source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+depends=('gcc-libs' 'glibc' 'id3lib' 'zlib')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 url="http://id3v2.sourceforge.net/"
 md5sums=('68afc3827cf01501dfb22949f901f1d8')
+license=('GPL')
 
 build() {
-	cd $startdir/src/$pkgname-$pkgver
+	cd ${srcdir}/${pkgname}-${pkgver}
 	make clean
 	make
-	install -Dm 0755 $pkgname $startdir/pkg/usr/bin/$pkgname
+	install -Dm 0755 ${pkgname} ${pkgdir}/usr/bin/${pkgname} || return 1
+        install -D -m644 id3v2.1 ${pkgdir}/usr/share/man/man1/id3v2.1 || return 1
 }
 md5sums=('68afc3827cf01501dfb22949f901f1d8')




More information about the arch-commits mailing list