summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/iana-etc/.footprint3
-rw-r--r--base/iana-etc/.md5sum1
-rw-r--r--base/iana-etc/Pkgfile17
3 files changed, 21 insertions, 0 deletions
diff --git a/base/iana-etc/.footprint b/base/iana-etc/.footprint
new file mode 100644
index 000000000..d1dad6ef9
--- /dev/null
+++ b/base/iana-etc/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/protocols
+-rw-r--r-- root/root etc/services
diff --git a/base/iana-etc/.md5sum b/base/iana-etc/.md5sum
new file mode 100644
index 000000000..470841033
--- /dev/null
+++ b/base/iana-etc/.md5sum
@@ -0,0 +1 @@
+3ba3afb1d1b261383d247f46cb135ee8 iana-etc-2.30.tar.bz2
diff --git a/base/iana-etc/Pkgfile b/base/iana-etc/Pkgfile
new file mode 100644
index 000000000..6a8448efe
--- /dev/null
+++ b/base/iana-etc/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Information sur les données par IANA (Internet Assigned Number Authority)
+# URL: http://www.sethwklein.net/projects/iana-etc/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: coreutils
+
+name=iana-etc
+version=2.30
+release=1
+source=( http://www.sethwklein.net/projects/$name/downloads/$name-$version.tar.bz2)
+
+
+build() {
+ cd $name-$version
+ make
+ make DESTDIR=$PKG install
+}