summaryrefslogtreecommitdiff
path: root/libre/kernel26-libre-manpages/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-07 00:46:34 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-07 00:46:34 -0400
commit619b8d955269f2fe74386e98fac07675c8b55352 (patch)
treef3e2610a39c99a7e43bc2b345280b04e398b986a /libre/kernel26-libre-manpages/PKGBUILD
parent2b04539ac9310541a4e563460aed0cb7715770d2 (diff)
parent7d4e98b2d6f2fd4d42ebb55105bab8a05e34ab94 (diff)
downloadabslibre-619b8d955269f2fe74386e98fac07675c8b55352.tar.gz
abslibre-619b8d955269f2fe74386e98fac07675c8b55352.tar.bz2
abslibre-619b8d955269f2fe74386e98fac07675c8b55352.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/kernel26-libre-manpages/PKGBUILD')
-rw-r--r--libre/kernel26-libre-manpages/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/libre/kernel26-libre-manpages/PKGBUILD b/libre/kernel26-libre-manpages/PKGBUILD
deleted file mode 100644
index 284d09de9..000000000
--- a/libre/kernel26-libre-manpages/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
-# Maintainer: Thomas Baechler <thomas@archlinux.org>
-# Maintainer (Parabola): fauno <fauno@kiwwwi.com.ar>
-pkgname=kernel26-libre-manpages
-pkgver=2.6.37
-pkgrel=1
-pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux-libre kernel."
-makedepends=('xmlto' 'docbook-xsl')
-provides=("kernel26-manpages=$pkgver")
-replaces=('kernel26-manpages')
-conflicts=('kernel26-manpages')
-arch=(any)
-license=('GPL2')
-url="http://linux-libre.fsfla.org/"
-source=(http://linux-libre.fsfla.org/pub/linux-libre/releases/2.6.37-libre/linux-2.6.37-libre.tar.bz2)
-
-build() {
-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/
-
-find ${pkgdir} -type f -exec chmod 644 {} \;
-}
-
-md5sums=('3e80c55a0927b4439f3aad4f973f05cc')