2007-02-21 02:55:11 +01:00
|
|
|
# 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
|
2007-09-19 21:20:36 +02:00
|
|
|
version=2.4
|
2007-02-21 02:55:11 +01:00
|
|
|
release=1
|
|
|
|
source=(services protocols)
|
|
|
|
|
|
|
|
build() {
|
2015-07-26 18:56:34 +02:00
|
|
|
install -d -m 755 $PKG/etc
|
2007-02-21 02:55:11 +01:00
|
|
|
install -m 644 {services,protocols} $PKG/etc
|
|
|
|
}
|