inadyn: Removed.

This commit is contained in:
Jose V Beneyto 2008-02-13 21:50:07 +01:00
parent f39e90a267
commit 180f6273da
3 changed files with 0 additions and 27 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/inadyn
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

View File

@ -1 +0,0 @@
d394ed5ab7a9313992bdc62c412cb369 inadyn.v1.96.2.zip

View File

@ -1,18 +0,0 @@
# Description: Lightweight, free and opensource dynamic dns client.
# URL: http://inadyn.ina-tech.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
version=1.96.2
release=1
source=(http://inadyn.ina-tech.net/$name.v$version.zip)
build() {
cd $name
make
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/$name.conf.5 $PKG/usr/man/man5/$name.conf.5
}