core/iana-etc/Pkgfile
2018-06-06 23:08:20 +02:00

14 lines
301 B
Plaintext

# Description: Services and protocols files for /etc
# URL: http://www.iana.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=iana-etc
version=3.4
release=1
source=(services protocols update.sh)
build() {
install -d -m 755 $PKG/etc
install -m 644 {services,protocols} $PKG/etc
}