[arch-commits] Commit in xtermcontrol/repos (extra-i686 extra-i686/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sun Oct 18 14:59:23 UTC 2009


    Date: Sunday, October 18, 2009 @ 10:59:23
  Author: andrea
Revision: 56049

fixed man path

Modified:
  xtermcontrol/repos/extra-i686/	(properties)
  xtermcontrol/repos/extra-i686/PKGBUILD

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


Property changes on: xtermcontrol/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xtermcontrol/trunk:1
   + /xtermcontrol/trunk:1-56048

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-18 14:58:19 UTC (rev 56048)
+++ extra-i686/PKGBUILD	2009-10-18 14:59:23 UTC (rev 56049)
@@ -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