| 1 | # Description: CRUX ports system tools |
| 2 | # URL: http://crux.nu |
| 3 | # Maintainer: CRUX System Team, core-ports at crux dot nu |
| 4 | # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu |
| 5 | |
| 6 | name=ports |
| 7 | version=1.5 |
| 8 | release=9 |
| 9 | source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ |
| 10 | core.rsync opt.rsync xorg.rsync contrib.rsync.inactive) |
| 11 | |
| 12 | build () { |
| 13 | cd $name-$version |
| 14 | make |
| 15 | make DESTDIR=$PKG install |
| 16 | |
| 17 | install -m 0644 ../core.rsync $PKG/etc/ports/core.rsync |
| 18 | install -m 0644 ../opt.rsync $PKG/etc/ports/opt.rsync |
| 19 | install -m 0644 ../xorg.rsync $PKG/etc/ports/xorg.rsync |
| 20 | install -m 0644 ../contrib.rsync.inactive \ |
| 21 | $PKG/etc/ports/contrib.rsync.inactive |
| 22 | } |