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
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
6name=ports
7version=1.5
8release=11
9source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
10 core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
11 core-arm.rsync opt-arm.rsync xorg-arm.rsync)
12
13build () {
14 cd $name-$version
15 make
16 make DESTDIR=$PKG install
17
18 install -m 0644 $SRC/*.rsync* $PKG/etc/ports
19}