summaryrefslogtreecommitdiffstats
path: root/base/iana-etc/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:35:50 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:35:50 +0200
commit667812904e5cab3e8f5e6664153319af1d404436 (patch)
tree0e068cdcd3a517f138a79cf50381253af97e641d /base/iana-etc/Pkgfile
parent600208828602ddd4c82f56cefe3b2bdd3a0f9c58 (diff)
downloadnutyx-pakxe-667812904e5cab3e8f5e6664153319af1d404436.tar.gz
nutyx-pakxe-667812904e5cab3e8f5e6664153319af1d404436.tar.bz2
nutyx-pakxe-667812904e5cab3e8f5e6664153319af1d404436.tar.xz
nutyx-pakxe-667812904e5cab3e8f5e6664153319af1d404436.zip
Ajout de iana-etc#2.30-1
Diffstat (limited to 'base/iana-etc/Pkgfile')
-rw-r--r--base/iana-etc/Pkgfile17
1 files changed, 17 insertions, 0 deletions
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
+}