summaryrefslogtreecommitdiff
path: root/ports/Pkgfile
blob: b370bc5db4ca0c7673e7ce73832fa36289aa3183 (plain)
    1 # Description: CRUX ports system tools
    2 # URL:         http://crux.nu
    3 # Maintainer:  Per Lidén, core-ports at crux dot nu
    4 
    5 name=ports
    6 version=1.5
    7 release=3
    8 source=(http://www.fukt.bsnet.se/~per/crux/files/ports/$name-$version.tar.gz \
    9         core.rsync opt.rsync contrib.rsync.inactive)
   10 
   11 build () {
   12     cd $name-$version
   13     make
   14     make DESTDIR=$PKG install
   15 
   16     install -m 0644 ../core.rsync $PKG/etc/ports/core.rsync
   17     install -m 0644 ../opt.rsync $PKG/etc/ports/opt.rsync
   18     install -m 0644 ../contrib.rsync.inactive \
   19         $PKG/etc/ports/contrib.rsync.inactive
   20 }

Generated by cgit