summaryrefslogtreecommitdiff
path: root/libre/linux-libre-manpages/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-27 03:22:28 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-27 03:22:28 +0000
commiteb411a7c7cc929ada01019bd4c306116ce385693 (patch)
tree206efb6706787a041fee82bcef85d967f3cf58a5 /libre/linux-libre-manpages/PKGBUILD
parent7858fe5d7a6544b96702d2bdb6f075481816109e (diff)
Thu Mar 27 03:18:41 UTC 2014
Diffstat (limited to 'libre/linux-libre-manpages/PKGBUILD')
-rw-r--r--libre/linux-libre-manpages/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/libre/linux-libre-manpages/PKGBUILD b/libre/linux-libre-manpages/PKGBUILD
deleted file mode 100644
index 4e37ce890..000000000
--- a/libre/linux-libre-manpages/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 206253 2014-02-22 23:04:56Z thomas $
-# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
-# Maintainer: Thomas Baechler <thomas@archlinux.org>
-# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
-
-pkgname=linux-libre-manpages
-pkgver=3.13
-pkgrel=1
-pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux-libre kernel"
-arch=('any')
-url="http://linux-libre.fsfla.org/"
-license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl')
-replaces=('kernel26-manpages' 'kernel26-libre-manpages' 'linux-manpages')
-conflicts=('kernel26-manpages' 'kernel26-libre-manpages' 'linux-manpages')
-provides=('kernel26-manpages' 'linux-manpages')
-source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${pkgver}-gnu/linux-libre-${pkgver}-gnu.tar.xz")
-md5sums=('98a8e803e0ed08557f3cdd4d56b0ddc1')
-
-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 {} \;
-}