CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: initial import (added rsync files for overlay collections)
[ports/core-arm.git] / ports / Pkgfile
CommitLineData
6449fdca
JB
1# Description: CRUX ports system tools
2# URL: http://crux.nu
3# Maintainer: CRUX System Team, core-ports at crux dot nu
4
5name=ports
6version=1.5
7release=10
8source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
9 core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
10 core-arm.rsync opt-arm.rsync xorg-arm.rsync)
11
12build () {
13 cd $name-$version
14 make
15 make DESTDIR=$PKG install
16
17 install -m 0644 $SRC/*.rsync* $PKG/etc/ports
18}