CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
42707d33701829c0cd32bf1e391d8d5c876d15a2
[ports/orangepipc-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 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on:
6
7 name=ports
8 version=1.5
9 release=17
10 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
11 core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
12 core-arm.rsync opt-arm.rsync xorg-arm.rsync orangepipc-arm.rsync)
13
14 build () {
15 cd $name-$version
16 make
17 make DESTDIR=$PKG MANDIR=/usr/share/man install
18
19 install -m 0644 $SRC/*.rsync* $PKG/etc/ports
20 }