#Maintainer: Dimitris Tzemos #Mandatory pkgname=inadyn pkgver=1.96.3 pkgrel=1dj source=("http://mesh.dl.sourceforge.net/project/inadyn/1.96.3/$pkgname-$pkgver.tar.gz" "README" "README.Slackware") #Optional docs=("COPYING" "ChangeLog" "README" "README.Slackware") url=http://inadyn.sourceforge.net/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "inadyn (Dynamic DNS client)" "INADYN is a free DynDNS client. It gives the possibility to have" "your own fixed hostname registered on the internet, although your" "IP might be changing. INADYN periodically checks whether the IP " "address stored by the DNS server is the real current address of the" "machine running INADYN" "Make sure you read the documentation about how to set this up," "/usr/doc/$pkgname-$pkgver/README.Slackware" "" "Homepage: http://inadyn.sourceforge.net" ) build() { cd $startdir/src/$pkgname-$pkgver || return 1 ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg || return 1 }