summaryrefslogtreecommitdiffstats
path: root/ports/Pkgfile
blob: 35c7c580823dab1437bfab0d1c40f0634909c12f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
description="CRUX ports system tools."
packager="Lukc (XMPP/STMP: lukc AT upyum DOT com)"
maintainer="Lukc (XMPP/STMP: lukc AT upyum DOT com)"
url=http://crux.nu
depends=()

name=ports
version=1.5
release=10
source=(
	http://crux.nu/files/tools/$name/$name-$version.tar.gz
)
build () 
{ 
    cd $name-$version;
    make;
    make DESTDIR=$PKG install;
    mkdir -p $PKG/usr/share
    if [[ $mandir != /usr/man ]]; then
        mv $PKG/usr/man $PKG/usr/share
    fi
}