CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e9f9508d78b7b6605c9d849767a8e7fbfcb24fd6
[crossrootfs.git] / iana-etc / Pkgfile
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 # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
5 # Depends on:
6
7 name=iana-etc
8 version=2.4
9 release=1
10 source=(services protocols)
11
12 build() {
13 mkdir -m 755 $PKG/etc
14 install -m 644 {services,protocols} $PKG/etc
15 }