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

Allan McRae allan at archlinux.org
Sun Aug 17 04:41:36 UTC 2008


    Date: Sunday, August 17, 2008 @ 00:41:36
  Author: allan
Revision: 9174

upgpkg: fortunelock 0.1.2-2
    ncurses rebuild

Modified:
  fortunelock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 04:41:15 UTC (rev 9173)
+++ PKGBUILD	2008-08-17 04:41:36 UTC (rev 9174)
@@ -4,10 +4,12 @@
 
 pkgname=fortunelock
 pkgver=0.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Fortunelock is a keep it simple, program to lock a terminal while
 showing fortunes. The user must enter a lock password to lock the terminal."
+arch=('i686' 'x86_64')
 url="http://www.freshports.org/sysutils/fortunelock/"
+license=('GPL2')
 depends=('fortune-mod' 'ncurses' 'glibc')
 source=(ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/dannyboy/$pkgname-$pkgver.tar.bz2)
 md5sums=('3df38afc59800db77e7cf77b0239a480')
@@ -16,6 +18,7 @@
   cd $startdir/src/$pkgname-$pkgver
   make || return 1
   mkdir -p $startdir/pkg/usr/bin
-  mkdir -p $startdir/pkg/usr/man/man1
+  mkdir -p $startdir/pkg/usr/share/man/man1
+  sed -i "s#/man/#/share/man/#" Makefile
   make PREFIXDIR=$startdir/pkg/usr install
 }




More information about the arch-commits mailing list