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

Eric Bélanger eric at archlinux.org
Mon Jun 27 00:15:41 UTC 2011


    Date: Sunday, June 26, 2011 @ 20:15:41
  Author: eric
Revision: 129359

upgpkg: kernel26-manpages 2.6.39-1
Upstream update

Modified:
  kernel26-manpages/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-26 23:29:31 UTC (rev 129358)
+++ PKGBUILD	2011-06-27 00:15:41 UTC (rev 129359)
@@ -1,26 +1,27 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
+
 pkgname=kernel26-manpages
-pkgver=2.6.38
+pkgver=2.6.39
 pkgrel=1
 pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux kernel."
+arch=('any')
+url="http://www.kernel.org"
+license=('GPL2')
 makedepends=('xmlto' 'docbook-xsl')
-arch=(any)
-license=('GPL2')
-url="http://www.kernel.org"
 source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2)
+md5sums=('1aab7a741abe08d42e8eccf20de61e05')
 
 build() {
-cd ${srcdir}/linux-$pkgver
-make mandocs
+  cd "${srcdir}/linux-$pkgver"
+  make mandocs
 }
 
 package() {
-install -d ${pkgdir}/usr/share/man/man9/
-install ${srcdir}/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
-${pkgdir}/usr/share/man/man9/
+  install -d "${pkgdir}/usr/share/man/man9/"
+  install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
+    "${pkgdir}/usr/share/man/man9/"
 
-find ${pkgdir} -type f -exec chmod 644 {} \;
+  find "${pkgdir}" -type f -exec chmod 644 {} \;
 }
-md5sums=('7d471477bfa67546f902da62227fa976')




More information about the arch-commits mailing list