CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: updated to 1.5 release 22
[ports/orangepipc-arm.git] / ports / Pkgfile
CommitLineData
6011db2e
VM
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
7name=ports
8version=1.5
77aec939 9release=22
6011db2e 10source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
77aec939 11 core.pub opt.pub xorg.pub contrib.pub \
6011db2e
VM
12 core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
13 core-arm.rsync opt-arm.rsync xorg-arm.rsync orangepipc-arm.rsync)
14
15build () {
77aec939
VM
16 cd $name-$version
17 make
18 make DESTDIR=$PKG MANDIR=/usr/share/man install
6011db2e 19
77aec939
VM
20 install -m 0644 $SRC/core.rsync $PKG/etc/ports
21 install -m 0644 $SRC/opt.rsync $PKG/etc/ports
22 install -m 0644 $SRC/xorg.rsync $PKG/etc/ports
23 install -m 0644 $SRC/contrib.rsync.inactive $PKG/etc/ports
24 install -m 0644 $SRC/core.pub $PKG/etc/ports
25 install -m 0644 $SRC/opt.pub $PKG/etc/ports
26 install -m 0644 $SRC/xorg.pub $PKG/etc/ports
27 install -m 0644 $SRC/contrib.pub $PKG/etc/ports
28 install -m 0644 $SRC/orangepipc-arm.rsync $PKG/etc/ports
29 install -m 0644 $SRC/core-arm.rsync $PKG/etc/ports
30 install -m 0644 $SRC/opt-arm.rsync $PKG/etc/ports
31 install -m 0644 $SRC/xorg-arm.rsync $PKG/etc/ports
6011db2e 32}