[arch-commits] Commit in libmal/repos (extra-i686 extra-i686/PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon Jun 8 23:21:11 UTC 2009
Date: Monday, June 8, 2009 @ 19:21:11
Author: andrea
Revision: 41994
Merged revisions 41993 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/libmal/trunk
........
r41993 | andrea | 2009-06-09 01:20:51 +0200 (Tue, 09 Jun 2009) | 1 line
upgpkg: libmal 0.44.1-1
........
Modified:
libmal/repos/extra-i686/ (properties)
libmal/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
Property changes on: libmal/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /libmal/trunk:1-7837
+ /libmal/trunk:1-41993
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-06-08 23:20:51 UTC (rev 41993)
+++ extra-i686/PKGBUILD 2009-06-08 23:21:11 UTC (rev 41994)
@@ -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