diff options
author | Jose V Beneyto <sepen@crux.nu> | 2009-09-03 06:56:08 +0000 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2009-09-03 10:05:16 +0000 |
commit | c32bb8b0bcb73c6d9e511389c8b3232bd6b46578 (patch) | |
tree | 45ad9a2a6981be271f5173971dd0ac761cbbeaa3 | |
parent | 48c0ebd270f5c70952b9b71ad2bf5445bd769186 (diff) | |
download | contrib-c32bb8b0bcb73c6d9e511389c8b3232bd6b46578.tar.gz contrib-c32bb8b0bcb73c6d9e511389c8b3232bd6b46578.tar.xz |
inadyn-mt: updated to 02.12.26
-rw-r--r-- | inadyn-mt/.footprint | 1 | ||||
-rw-r--r-- | inadyn-mt/.md5sum | 2 | ||||
-rw-r--r-- | inadyn-mt/Pkgfile | 9 |
3 files changed, 7 insertions, 5 deletions
diff --git a/inadyn-mt/.footprint b/inadyn-mt/.footprint index 5f45f3506..4ac53e899 100644 --- a/inadyn-mt/.footprint +++ b/inadyn-mt/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/inadyn-mt drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man5/ +-rw-r--r-- root/root usr/man/man5/inadyn-mt.conf.5.gz -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-mt.8.gz diff --git a/inadyn-mt/.md5sum b/inadyn-mt/.md5sum index 1b745fed7..0d11515a7 100644 --- a/inadyn-mt/.md5sum +++ b/inadyn-mt/.md5sum @@ -1 +1 @@ -9e7a8a8841a6b3fe0c6f9412e581324b inadyn-mt.v.02.12.24.tar.gz +7f08e59376c701a8aa6d339b7ec7ce9c inadyn-mt.v.02.12.26.tar.gz diff --git a/inadyn-mt/Pkgfile b/inadyn-mt/Pkgfile index 9bf8dd4fe..551664db3 100644 --- a/inadyn-mt/Pkgfile +++ b/inadyn-mt/Pkgfile @@ -1,19 +1,20 @@ # 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 +# Maintainer: Jose V Beneyto, sepen at crux dot nu +# Packager: Jose V Beneyto, sepen at crux dot nu # Depends on: name=inadyn-mt -version=02.12.24 +version=02.12.26 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name.v.$version.tar.gz) build() { - cd $name + cd $name.v.$version make -f makefile install -D -m 0755 bin/linux/$name $PKG/usr/bin/$name install -D -m 0644 man/$name.8 $PKG/usr/man/man8/$name.8 install -D -m 0644 man/inadyn.8 $PKG/usr/man/man8/inadyn.8 + install -D -m 0644 man/$name.conf.5 $PKG/usr/man/man5/$name.conf.5 install -D -m 0644 man/inadyn.conf.5 $PKG/usr/man/man5/inadyn.conf.5 } |