inadyn: New port.
This commit is contained in:
parent
922557f0f8
commit
f39e90a267
8
inadyn/.footprint
Normal file
8
inadyn/.footprint
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
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
|
1
inadyn/.md5sum
Normal file
1
inadyn/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
d394ed5ab7a9313992bdc62c412cb369 inadyn.v1.96.2.zip
|
18
inadyn/Pkgfile
Normal file
18
inadyn/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# 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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user