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

Eric Bélanger eric at archlinux.org
Sun Feb 8 21:39:09 UTC 2009


    Date: Sunday, February 8, 2009 @ 16:39:09
  Author: eric
Revision: 26524

upgpkg: gtick 0.4.2-1
    Upstream update

Modified:
  gtick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-08 16:32:59 UTC (rev 26523)
+++ PKGBUILD	2009-02-08 21:39:09 UTC (rev 26524)
@@ -3,19 +3,19 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=gtick
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="GTick is a metronome application supporting different meters (1/1, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible)."
 arch=('i686' 'x86_64')
 url="http://www.antcom.de/gtick/"
 license=('GPL3')
 depends=('libsndfile' 'gtk2')
-source=("http://www.antcom.de/gtick/download/$pkgname-$pkgver.tar.gz")
+source=("http://www.antcom.de/gtick/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('e85ab8449219b515cc7731cd8b12ac9a')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make DESTDIR=${pkgdir} install || return 1
 }
-md5sums=('ae0b2152cdfb98e0bba4d4e6258a22c0')




More information about the arch-commits mailing list