summaryrefslogtreecommitdiff
path: root/iana-etc/Pkgfile
blob: 5c23ce5e1e8011965c42e6e1ce69f2a98f63ea95 (plain)
    1 # Description: Services and protocols files for /etc
    2 # URL: http://www.iana.org/
    3 # Maintainer: CRUX System Team, core-ports at crux dot nu
    4 
    5 name=iana-etc
    6 version=2.4
    7 release=1
    8 source=(services protocols)
    9 
   10 build() {
   11 	install -d -m 755 $PKG/etc
   12 	install -m 644 {services,protocols} $PKG/etc
   13 }

Generated by cgit