diff options
Diffstat (limited to 'iana-etc/Pkgfile')
-rw-r--r-- | iana-etc/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/iana-etc/Pkgfile b/iana-etc/Pkgfile new file mode 100644 index 000000000..6ea3ff548 --- /dev/null +++ b/iana-etc/Pkgfile @@ -0,0 +1,16 @@ +# 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 + +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 +} |