[arch-commits] Commit in abcde/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sun Nov 1 03:24:07 UTC 2009


    Date: Saturday, October 31, 2009 @ 23:24:06
  Author: andrea
Revision: 57607

upgpkg: abcde 2.4.0-1
    do not use svn to get sources

Modified:
  abcde/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-01 03:19:49 UTC (rev 57606)
+++ PKGBUILD	2009-11-01 03:24:06 UTC (rev 57607)
@@ -1,30 +1,27 @@
 # $Id$
 # Contributor: Jochem Kossen <j.kossen at home.nl>
-# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
 
 pkgname=abcde
-pkgver=2.3.99.7
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="A frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go."
 depends=('bash' 'cd-discid' 'cdparanoia' 'lame' 'vorbis-tools' 'wget' 'id3' 'id3v2')
 backup=(etc/$pkgname.conf)
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://code.google.com/p/abcde"
 license=('GPL')
-source=()
-md5sums=()
-makedepends=('subversion')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4a65d9ae97b99d34257e2892cfe6ea41')
 
 build() {
-  # Retrieve source from subversion.
-  svn export http://$pkgname.googlecode.com/svn/tags/$pkgver $pkgname
-  cd $startdir/src/$pkgname
+  cd $srcdir/$pkgname-$pkgver
 
   sed -e "s:normalize-audio:normalize:g" -i $pkgname
   sed -e "s:/usr/bin/less:/bin/less:g" -i $pkgname
-  install -Dm 0755 $pkgname $startdir/pkg/usr/bin/$pkgname
-  install -Dm 0755 cddb-tool $startdir/pkg/usr/bin/cddb-tool
-  install -Dm 0644 cddb-tool.1 $startdir/pkg/usr/share/man/man1/cddb-tool.1
-  install -Dm 0644 $pkgname.1 $startdir/pkg/usr/share/man/man1/$pkgname.1
-  install -Dm 0644 $pkgname.conf $startdir/pkg/etc/$pkgname.conf
+  install -Dm 0755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm 0755 cddb-tool $pkgdir/usr/bin/cddb-tool
+  install -Dm 0644 cddb-tool.1 $pkgdir/usr/share/man/man1/cddb-tool.1
+  install -Dm 0644 $pkgname.1 $pkgdir/usr/share/man/man1/$pkgname.1
+  install -Dm 0644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }




More information about the arch-commits mailing list