diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
commit | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch) | |
tree | 11d4d3f054aae9ffd869adc634054f64a16d83b8 /libre/linux-libre-manpages | |
parent | 748e32a3a886569b58a27003e85b76be5746153d (diff) |
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'libre/linux-libre-manpages')
-rw-r--r-- | libre/linux-libre-manpages/PKGBUILD | 31 |
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 877805172..000000000 --- a/libre/linux-libre-manpages/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 199517 2013-11-13 23:06:20Z 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.12 -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=('254f59707b6676b59ce5ca5c3c698319') - -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 {} \; -} |