CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
29ae61c95a6ff529ba4e0704e05abf2f248ee90f
[ports/core-arm.git] / ports / Pkgfile
1 # Description: CRUX ports system tools
2 # URL: http://crux.nu
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4
5 name=ports
6 version=1.5
7 release=10
8 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
9 core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
10 core-arm.rsync opt-arm.rsync xorg-arm.rsync)
11
12 build () {
13 cd $name-$version
14 make
15 make DESTDIR=$PKG install
16
17 install -m 0644 $SRC/*.rsync* $PKG/etc/ports
18 }