[arch-commits] Commit in libmal/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon Jun 8 23:20:51 UTC 2009
Date: Monday, June 8, 2009 @ 19:20:51
Author: andrea
Revision: 41993
upgpkg: libmal 0.44.1-1
Modified:
libmal/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-08 22:19:59 UTC (rev 41992)
+++ PKGBUILD 2009-06-08 23:20:51 UTC (rev 41993)
@@ -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