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

Eric Belanger eric at archlinux.org
Sat May 3 02:35:12 UTC 2008


    Date: Friday, May 2, 2008 @ 22:35:12
  Author: eric
Revision: 1255

upgpkg: maxima 5.15.0-1
    FSH man pages

Modified:
  maxima/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-03 02:31:35 UTC (rev 1254)
+++ PKGBUILD	2008-05-03 02:35:12 UTC (rev 1255)
@@ -14,12 +14,13 @@
 install=$pkgname.install
 
 source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
+md5sums=('db5338cd384bc0531e76ccdf18d760ef' 'a44160f17c95d4ce1d6f3b4ca7cf6b9e')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --mandir=/usr/share/man
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make DESTDIR=$startdir/pkg install
   # install some freedesktop.org compatibility
   install -D -m644 $startdir/src/$pkgname.desktop \
   $startdir/pkg/usr/share/applications/$pkgname.desktop
@@ -30,5 +31,3 @@
 }
 
 
-md5sums=('db5338cd384bc0531e76ccdf18d760ef'
-         'a44160f17c95d4ce1d6f3b4ca7cf6b9e')





More information about the arch-commits mailing list