14 lines
286 B
Plaintext
14 lines
286 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=2.3
|
||
|
release=1
|
||
|
source=(services protocols)
|
||
|
|
||
|
build() {
|
||
|
mkdir -m 755 $PKG/etc
|
||
|
install -m 644 {services,protocols} $PKG/etc
|
||
|
}
|