updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / man-pages-pl / PKGBUILD
blob6f0c3c0df7f5f1d605e5e68c6a87cbc39c0e1d2a
1 # Contributor: Piotr Beling <qwak@stud.ics.p.lodz.pl>
2 pkgname=man-pages-pl
3 pkgver=2007.06.28
4 _pkgverfilename=28-06-2007
5 pkgrel=3
6 pkgdesc="A collection of Polish translations of Linux manual pages."
7 arch=('any')
8 license=('GPL')
9 url="http://ptm.linux.pl/"
10 depends=()
11 install=
12 #source=(http://ptm.linux.pl/man-PL${_pkgverfilename}.tar.gz)
13 source=(http://gentoo.llarian.net/distfiles/man-PL${_pkgverfilename}.tar.gz)
14 md5sums=('7898f9b4eb9e0079b92b695d543fe9ae')
16 build() {
17         cd $startdir/src/pl_PL
18         
19         rm -rf man*/CVS
20         
21         #clear some files provided by other packeges
22         #this section should be update
23         cd man1
24         rm -f apropos.1 chfn.1 chsh.1 expiry.1 gpasswd.1 groups.1 \
25               login.1 man.1 mc.1 newgrp.1 su.1 whatis.1
26         cd ..
27         
28         cd man5
29         rm -f suauth.5
30         cd ..
31         
32         local dstdir=$pkgdir/usr/share/man/pl
33         mkdir -p $dstdir
34         mv man? $dstdir         #do not mv man?p
35         chmod 655 $dstdir/man*
36         chmod 644 $dstdir/man*/*.?