update: lfs/man-pages-6.15
This commit is contained in:
26
lfs/man-pages-6.15.PKGBUILD
Normal file
26
lfs/man-pages-6.15.PKGBUILD
Normal file
@@ -0,0 +1,26 @@
|
||||
pkgname="man-pages"
|
||||
pkgver="6.15"
|
||||
pkgdesc="Linux man pages"
|
||||
license=("GPL2")
|
||||
sources=("${pkgname}-${pkgver}.tar.xz")
|
||||
urls=("https://www.kernel.org/pub/linux/docs/man-pages/${sources[0]}")
|
||||
md5sums=("16f68d70139dd2bbcae4102be4705753")
|
||||
|
||||
distdir=${distdir}
|
||||
|
||||
src_prepare() {
|
||||
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||
}
|
||||
|
||||
src_check(){
|
||||
return 0
|
||||
}
|
||||
|
||||
src_build() {
|
||||
cd "$srcdir"
|
||||
rm -v man3/crypt*
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make -R GIT=false prefix=/usr DESTDIR="$pkgdir" install
|
||||
}
|
||||
Reference in New Issue
Block a user