contrib/inadyn-mt/Pkgfile

21 lines
713 B
Plaintext
Raw Normal View History

2008-02-13 22:06:45 +01:00
# Description: Lightweight, free and opensource dynamic dns client.
# URL: http://inadyn-mt.sourceforge.net/
2009-09-03 08:56:08 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
2008-02-13 22:06:45 +01:00
# Depends on:
name=inadyn-mt
2009-12-09 08:32:26 +01:00
version=02.14.12
2008-02-13 22:06:45 +01:00
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name.v.$version.tar.gz)
build() {
2009-09-03 08:56:08 +02:00
cd $name.v.$version
2008-02-13 22:06:45 +01:00
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
2008-02-13 22:06:45 +01:00
install -D -m 0644 man/inadyn.8 $PKG/usr/man/man8/inadyn.8
2009-09-03 08:56:08 +02:00
install -D -m 0644 man/$name.conf.5 $PKG/usr/man/man5/$name.conf.5
2008-02-13 22:06:45 +01:00
install -D -m 0644 man/inadyn.conf.5 $PKG/usr/man/man5/inadyn.conf.5
}