CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgmp: updated to 5.1.3
[ports/core-arm.git] / ports / Pkgfile
CommitLineData
6449fdca 1# Description: CRUX ports system tools
fe1e2a07
JB
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:
6449fdca
JB
6
7name=ports
8version=1.5
74e1b684 9release=14
6449fdca
JB
10source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
11 core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
74e1b684 12 core-arm.rsync opt-arm.rsync xorg-arm.rsync)
6449fdca
JB
13
14build () {
74e1b684
VM
15 cd $name-$version
16 make
17 make DESTDIR=$PKG install
6449fdca 18
74e1b684 19 install -m 0644 $SRC/*.rsync* $PKG/etc/ports
6449fdca 20}