CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: updated and fixed collections
[ports/pine64-arm.git] / ports / Pkgfile
CommitLineData
1e3608f5
VM
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# Depends on:
6
7name=ports
8version=1.5
9release=17
10source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
11 core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
b8001ae2 12 pine64-arm.rsync core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync)
1e3608f5
VM
13
14build () {
b8001ae2
VM
15 cd $name-$version
16 make
17 make DESTDIR=$PKG MANDIR=/usr/share/man install
1e3608f5 18
b8001ae2 19 install -m 0644 $SRC/*.rsync* $PKG/etc/ports
1e3608f5 20}