summaryrefslogtreecommitdiff
path: root/inadyn-mt
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@users.sourceforge.net>2008-02-13 22:06:45 +0100
committerJose V Beneyto <sepen@users.sourceforge.net>2008-02-13 22:06:45 +0100
commit52a01183e0db9513096ab384ccf009288dbc3030 (patch)
treee1ced8504bf911eae73e75034b2031ed033c4687 /inadyn-mt
parent180f6273dac25259998cd5b6e0126e592dfe8009 (diff)
downloadcontrib-52a01183e0db9513096ab384ccf009288dbc3030.tar.gz
contrib-52a01183e0db9513096ab384ccf009288dbc3030.tar.xz
inadyn-mt: New port.
Diffstat (limited to 'inadyn-mt')
-rw-r--r--inadyn-mt/.footprint9
-rw-r--r--inadyn-mt/.md5sum1
-rw-r--r--inadyn-mt/Pkgfile19
3 files changed, 29 insertions, 0 deletions
diff --git a/inadyn-mt/.footprint b/inadyn-mt/.footprint
new file mode 100644
index 000000000..a0fae5e07
--- /dev/null
+++ b/inadyn-mt/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/inadyn
+-rwxr-xr-x root/root usr/bin/inadyn-advanced
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/inadyn.conf.5.gz
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/inadyn.8.gz
diff --git a/inadyn-mt/.md5sum b/inadyn-mt/.md5sum
new file mode 100644
index 000000000..cea64c39c
--- /dev/null
+++ b/inadyn-mt/.md5sum
@@ -0,0 +1 @@
+c0b8d6b4280aece0cb129defeae630eb inadyn-mt.v.02.11.87.tar.gz
diff --git a/inadyn-mt/Pkgfile b/inadyn-mt/Pkgfile
new file mode 100644
index 000000000..73be0629a
--- /dev/null
+++ b/inadyn-mt/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Lightweight, free and opensource dynamic dns client.
+# URL: http://inadyn-mt.sourceforge.net/
+# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
+# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net
+# Depends on:
+
+name=inadyn-mt
+version=02.11.87
+release=1
+source=(http://dl.sourceforge.net/sourceforge/$name/$name.v.$version.tar.gz)
+
+build() {
+ cd $name
+ make -f makefile
+ install -D -m 0755 bin/linux/inadyn $PKG/usr/bin/inadyn
+ install -D -m 0755 bin/linux/inadyn-advanced $PKG/usr/bin/inadyn-advanced
+ install -D -m 0644 man/inadyn.8 $PKG/usr/man/man8/inadyn.8
+ install -D -m 0644 man/inadyn.conf.5 $PKG/usr/man/man5/inadyn.conf.5
+}

Generated by cgit