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

Giovanni Scafora giovanni at archlinux.org
Tue Jun 9 10:34:36 UTC 2009


    Date: Tuesday, June 9, 2009 @ 06:34:35
  Author: giovanni
Revision: 42032

Merged revisions 41993 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/libmal/trunk

........
  r41993 | andrea | 2009-06-08 16:20:51 -0700 (lun, 08 giu 2009) | 1 line
  
  upgpkg: libmal 0.44.1-1
........

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

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)


Property changes on: libmal/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /libmal/trunk:1-7838
   + /libmal/trunk:1-42031

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-06-09 10:30:19 UTC (rev 42031)
+++ extra-x86_64/PKGBUILD	2009-06-09 10:34:35 UTC (rev 42032)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=libmal
-pkgver=0.44
+pkgver=0.44.1
 pkgrel=1
 depends=('pilot-link>=0.12.1')
 license=("MPL")
 options=('!libtool')
-pkgdesc="a convenience library of the object files contained in Tom Whittaker's malsync distribution"
+pkgdesc="A convenience library of the object files contained in Tom Whittaker's malsync distribution"
 arch=(i686 x86_64)
 url="http://jasonday.home.att.net"
-source=(http://jasonday.home.att.net/code/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://www.jlogday.com/code/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e9a3f8c7c825497c990e28e5e175e11c')
 
-build()        {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+build(){
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }
-md5sums=('826f2334c8eb24f5e170f208581fdffb')




More information about the arch-commits mailing list