summaryrefslogtreecommitdiffstats
path: root/iana-etc/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'iana-etc/Pkgfile.old')
-rw-r--r--iana-etc/Pkgfile.old13
1 files changed, 13 insertions, 0 deletions
diff --git a/iana-etc/Pkgfile.old b/iana-etc/Pkgfile.old
new file mode 100644
index 0000000..354df4b
--- /dev/null
+++ b/iana-etc/Pkgfile.old
@@ -0,0 +1,13 @@
+# 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.4
+release=1
+source=(services protocols)
+
+build() {
+ mkdir -m 755 $PKG/etc
+ install -m 644 {services,protocols} $PKG/etc
+}