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

Daniel Griffiths dgriffiths at archlinux.org
Tue Apr 20 00:22:22 UTC 2010


    Date: Monday, April 19, 2010 @ 20:22:22
  Author: dgriffiths
Revision: 78149

upgpkg: lesstifextensions 13.0.13-2 Package more than a year old

Modified:
  lesstifextensions/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-20 00:19:30 UTC (rev 78148)
+++ PKGBUILD	2010-04-20 00:22:22 UTC (rev 78149)
@@ -4,7 +4,7 @@
 
 pkgname=lesstifextensions
 pkgver=13.0.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensions for lesstif"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/xlt/"
@@ -12,13 +12,13 @@
 depends=('lesstif' 'libxpm')
 makedepends=('libxaw')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xlt/Xlt-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/xlt/Xlt-${pkgver}.tar.gz)
 md5sums=('46b6259c7637d6e9b87520eb91b6ea51')
 
 build() {
-  cd $srcdir/Xlt-$pkgver
+  cd ${srcdir}/Xlt-${pkgver}
   ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=$pkgdir mandir=/usr/share/man htmldir=/usr/share/doc/Xlt/html install || return 1
-  rm $pkgdir/usr/share/aclocal/ac_find_motif.m4
+  make DESTDIR=${pkgdir} mandir=/usr/share/man htmldir=/usr/share/doc/Xlt/html install || return 1
+  rm ${pkgdir}/usr/share/aclocal/ac_find_motif.m4
 }




More information about the arch-commits mailing list