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

Allan McRae allan at archlinux.org
Sat Feb 25 06:54:36 UTC 2012


    Date: Saturday, February 25, 2012 @ 01:54:35
  Author: allan
Revision: 151171

upgpkg: xorg-xcalc 1.0.4.1-2

signing rebuild

Modified:
  xorg-xcalc/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 06:52:57 UTC (rev 151170)
+++ PKGBUILD	2012-02-25 06:54:35 UTC (rev 151171)
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xcalc
 pkgver=1.0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific calculator for X"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
 license=('custom')
 depends=('libxaw')
@@ -17,7 +17,10 @@
   cd "${srcdir}/xcalc-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xcalc-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


Property changes on: xorg-xcalc/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id



More information about the arch-commits mailing list