[arch-commits] Commit in mpck/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Wed Feb 10 17:08:28 UTC 2010
Date: Wednesday, February 10, 2010 @ 12:08:28
Author: giovanni
Revision: 68070
Merged revisions 68068 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mpck/trunk
........
r68068 | giovanni | 2010-02-10 18:06:43 +0100 (mer, 10 feb 2010) | 2 lines
upgpkg: mpck 0.19-1
upstream release
........
Modified:
mpck/repos/extra-x86_64/ (properties)
mpck/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
Property changes on: mpck/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /mpck/trunk:1-26248
+ /mpck/trunk:1-68069
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2010-02-10 17:07:35 UTC (rev 68069)
+++ extra-x86_64/PKGBUILD 2010-02-10 17:08:28 UTC (rev 68070)
@@ -3,21 +3,20 @@
# Contributor: damir <damir at archlinux.org>
pkgname=mpck
-pkgver=0.18
+pkgver=0.19
pkgrel=1
license=('GPL')
-pkgdesc="Reads MP3 files and tries to determine if they are correct."
+pkgdesc="Reads MP3 files and tries to determine if they are correct"
arch=('i686' 'x86_64')
-url="http://mpck.linuxonly.nl/"
+url="http://checkmate.gissen.nl/"
depends=('glibc')
-#source=($url/$pkgname-$pkgver.tar.gz)
-source=("http://checkmate.linuxonly.nl/checkmate-$pkgver.tar.gz")
+source=(http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz)
+md5sums=('f72114b0982a101b68ddeb65f99b84f7')
build() {
- cd $srcdir/checkmate-$pkgver
+ cd "${srcdir}/checkmate-${pkgver}"
+
./configure --prefix=/usr
make || return 1
- make prefix=$pkgdir/usr install
+ make prefix="${pkgdir}/usr" install || return 1
}
-md5sums=('18859cfe468ff69b4e8e7da09ab7c40c')
-
More information about the arch-commits
mailing list