contrib/ddclient/Pkgfile

20 lines
517 B
Plaintext
Raw Normal View History

2008-03-30 12:21:02 +02:00
# Description: Utility for maintaining your dynamic DNS entries.
# URL: https://github.com/ddclient/ddclient
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: p5-io-socket-ssl p5-io-socket-inet6 p5-digest-sha1 p5-data-validate-ip
2008-03-30 12:21:02 +02:00
name=ddclient
2022-11-19 21:20:05 +01:00
version=3.10.0
release=1
source=(https://github.com/ddclient/ddclient/archive/v$version/$name-v$version.tar.gz
2008-03-30 12:21:02 +02:00
ddclient.rc)
build() {
cd $name-$version
2022-11-19 21:20:05 +01:00
autoreconf -vfi
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
2008-03-30 12:21:02 +02:00
}