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

Andrea Scarpino andrea at archlinux.org
Sun Oct 18 14:58:19 UTC 2009


    Date: Sunday, October 18, 2009 @ 10:58:19
  Author: andrea
Revision: 56048

upgpkg: xtermcontrol 2.9-2
    fixed man path

Modified:
  xtermcontrol/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-18 14:57:31 UTC (rev 56047)
+++ PKGBUILD	2009-10-18 14:58:19 UTC (rev 56048)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Contributor: aurelien <aurelien at archlinux.org>
 # Contributor: Damir <damir at archlinux.org>
 
 pkgname=xtermcontrol
 pkgver=2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Enables dynamic control of XFree86 xterm properties"
 arch=("i686" "x86_64")
 url="http://www.thrysoee.dk/xtermcontrol/"
-license="GPL"
+license=("GPL")
 depends=('glibc')
 source=("http://www.thrysoee.dk/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('00fb29732d71a2035324232862e8fe26')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --mandir=/usr/share/man
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
 }
-md5sums=('00fb29732d71a2035324232862e8fe26')




More information about the arch-commits mailing list