CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
binutils: update to 2.22. Removed host's texinfo dependency.
[crossrootfs.git] / ports / Pkgfile
CommitLineData
725b3084
VM
1# Description: CRUX ports system tools
2# URL: http://crux.nu
3# Maintainer: CRUX System Team, core-ports at crux dot nu
b751b192 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
725b3084
VM
5
6name=ports
7version=1.5
b8089f08 8release=11
725b3084 9source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
b8089f08
VM
10 core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
11 core-arm.rsync opt-arm.rsync xorg-arm.rsync)
725b3084
VM
12
13build () {
2c32cbcb
VM
14 cd $name-$version
15 make
16 make DESTDIR=$PKG install
725b3084 17
b8089f08 18 install -m 0644 $SRC/*.rsync* $PKG/etc/ports
725b3084 19}