[arch-commits] Commit in xextproto/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Feb 25 07:15:48 UTC 2012
Date: Saturday, February 25, 2012 @ 02:15:48
Author: allan
Revision: 151193
upgpkg: xextproto 7.2.0-2
signing rebuild
Modified:
xextproto/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-25 07:11:08 UTC (rev 151192)
+++ PKGBUILD 2012-02-25 07:15:48 UTC (rev 151193)
@@ -3,7 +3,7 @@
pkgname=xextproto
pkgver=7.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="X11 various extension wire protocol"
arch=('any')
license=('custom')
@@ -16,7 +16,10 @@
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${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"
}
More information about the arch-commits
mailing list