summaryrefslogtreecommitdiffstats
path: root/pkgutils/Pkgfile
blob: 73743ec253ab0b0973f88f5f4e4342ec9c446eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Jeu d'utilitaires pour la gestion des paquets binaires et sources
# URL: http://www.fukt.bsnet.se/~per/pkgutils/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=pkgutils
version=5.35.2
release=1
source=(http://crux.nu/files/$name-$version.tar.gz)
build () {
cd $name-$version
mkdir -p $PKG/usr/share
make DESTDIR=$PKG install
rm $PKG/usr/bin/pkgmk
rm $PKG/etc/pkgmk.conf
rm -r $PKG/usr/man/man5
rm $PKG/usr/man/man8/pkgmk.8
mv $PKG/usr/man	$PKG/usr/share/man
}