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

Allan McRae allan at archlinux.org
Sun Aug 17 03:32:50 UTC 2008


    Date: Saturday, August 16, 2008 @ 23:32:49
  Author: allan
Revision: 9085

upgpkg: abook 0.5.6-2
    ncurses rebuild

Modified:
  abook/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 03:30:34 UTC (rev 9084)
+++ PKGBUILD	2008-08-17 03:32:49 UTC (rev 9085)
@@ -2,13 +2,13 @@
 # Maintainer: damir <damir at archlinux.org>
 pkgname=abook
 pkgver=0.5.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A text-based addressbook designed to use with mutt mail client."
 arch=(i686 x86_64)
 url="http://abook.sourceforge.net"
 license=('GPL2')
 depends=('readline')
-source=(http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('87d25df96864a7c507a4965e6d1da49d')
 
 build() {
@@ -16,5 +16,7 @@
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
+  install -d ${pkgdir}/usr/share
+  mv ${pkgdir}/usr/man ${pkgdir}/usr/share
 }
 




More information about the arch-commits mailing list